-
Notifications
You must be signed in to change notification settings - Fork 0
/
reviews.php
106 lines (98 loc) · 5.5 KB
/
reviews.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<?php include "./components/head.php"?>
</head>
<body>
<!-- Main Header -->
<?php include "./components/header.php"?>
<!-- Main Header -->
<section class="reviews-banner">
<div>
<div class="inner-bann-heading">
<div class="row">
<div class="col-md-8 inner-bann-heading">
<h1>Voices Of <span class="subheading-clr">Satisfaction </span>, Real Stories & Real Results </h1>
</div>
<div class="col-md-4">
</div>
</div>
</div>
</div>
</section>
<!-- Banner -->
<!-- First Section -->
<section class="reviews-section">
<div class="col reviews-body">
<div class="col-4 reviews-box">
<img class="icon-img" src="./assets/images/icon.png" alt="">
<img class="star-img" src="./assets/images/5star.png" alt="">
<p>I was blown away by the exceptional quality and attention to detail in every design delivered by Global Design Agency. Their team surpassed my expectations with their creativity and professionalism, and I couldn't be happier with the outcome! </p>
<h4>Jason Turner</h4>
<!-- <p class="review-subhead">Lorem ipsum dolor sit amet consectetur adipisicing elit. Officiis, assumenda.</p> -->
</div>
<div class="col-4 reviews-box">
<img class="icon-img" src="./assets/images/icon.png" alt="">
<img class="star-img" src="./assets/images/5star.png" alt="">
<p>From start to finish, Global Design Agency impressed me with their professionalism and creativity. Each design they delivered was a true masterpiece, showcasing their expertise and dedication to their craft. Highly recommend their services! </p>
<h4>Sandra Bennett</h4>
<!-- <p class="review-subhead">Lorem ipsum dolor sit amet consectetur adipisicing elit. Officiis, assumenda.</p> -->
</div>
<div class="col-4 reviews-box">
<img class="icon-img" src="./assets/images/icon.png" alt="">
<img class="star-img" src="./assets/images/5star.png" alt="">
<p>I can't thank Global Design Agency enough for the outstanding results they delivered. Their attention to detail and commitment to excellence were evident in every aspect of the project. Working with them was a pleasure, and I'm thrilled with the outcome! </p>
<h4>Kyle Anderson</h4>
<!-- <p class="review-subhead">Lorem ipsum dolor sit amet consectetur adipisicing elit. Officiis, assumenda.</p> -->
</div>
</div>
<div class="col reviews-body">
<div class="col-4 reviews-box">
<img class="icon-img" src="./assets/images/icon.png" alt="">
<img class="star-img" src="./assets/images/5star.png" alt="">
<p>Working with Global Design Agency was an absolute delight. They took the time to understand my vision and delivered designs that exceeded my expectations. Their attention to detail and commitment to quality truly set them apart. </p>
<h4>Rachel Mitchell</h4>
<!-- <p class="review-subhead">Lorem ipsum dolor sit amet consectetur adipisicing elit. Officiis, assumenda.</p> -->
</div>
<div class="col-4 reviews-box">
<img class="icon-img" src="./assets/images/icon.png" alt="">
<img class="star-img" src="./assets/images/5star.png" alt="">
<p>I was highly impressed with the outcome of my project with Global Design Agency. Their team went above and beyond to deliver exceptional results that perfectly captured my vision. I wouldn't hesitate to recommend their services to anyone looking for top-notch design solutions!</p>
<h4>Eric Foster</h4>
<!-- <p class="review-subhead">Lorem ipsum dolor sit amet consectetur adipisicing elit. Officiis, assumenda.</p> -->
</div>
<div class="col-4 reviews-box">
<img class="icon-img" src="./assets/images/icon.png" alt="">
<img class="star-img" src="./assets/images/5star.png" alt="">
<p>I had an incredible experience working with Global Design Agency. From the initial consultation to the final delivery, their team showcased their expertise and efficiency every step of the way. I'm thrilled with the outcome and look forward to working with them again in the future! </p>
<h4>Lindsay Carter</h4>
<!-- <p class="review-subhead">Lorem ipsum dolor sit amet consectetur adipisicing elit. Officiis, assumenda.</p> -->
</div>
</div>
</section>
<!-- First Section -->
<!-- <div class="wrapper">
<div class="container py-5">
<div class="row py-5">
<div class="col-md-6 d-flex align-items-center justify-content-center">
<div class="youtube-back">
<video autoplay="" muted="" controls="" poster="" class="youtube">
<source src="./assets/images/Jeff_Atwood_-_video_trailer.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
</div>
</div>
</div> -->
<!-- Footer Section -->
<?php include "./components/footer.php"?>
<!-- Footer Section -->
<script src="./assets/js/jquery.js"></script>
<script src="./assets/js/custom.js"></script>
<script>
new WOW().init();
</script>
<script src="https://cdn.lordicon.com/lordicon.js"></script>
</body>
</html>