Compare commits
2 Commits
version_1
...
0ddb321539
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ddb321539 | |||
| 5304d2e58d |
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
@@ -8,6 +8,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|||||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||||
import ContactInline from '@/components/sections/contact/ContactInline';
|
import ContactInline from '@/components/sections/contact/ContactInline';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
|
import TestimonialCardFour from '@/components/sections/testimonial/TestimonialCardFour';
|
||||||
import { Coffee, Leaf, Star } from "lucide-react";
|
import { Coffee, Leaf, Star } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -192,6 +193,68 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="testimonial-carousel" data-section="testimonial-carousel">
|
||||||
|
<TestimonialCardFour
|
||||||
|
title="Premium Coffee Excellence"
|
||||||
|
description="Join thousands of coffee enthusiasts who trust Pei Chai for exceptional quality"
|
||||||
|
tag="Testimonials"
|
||||||
|
tagIcon={Star}
|
||||||
|
textboxLayout="default"
|
||||||
|
animationType="slide-up"
|
||||||
|
useInvertedBackground="noInvert"
|
||||||
|
testimonials={[
|
||||||
|
{
|
||||||
|
id: "1",
|
||||||
|
name: "Sarah Mitchell, Coffee Connoisseur",
|
||||||
|
date: "Date: 15 January 2025",
|
||||||
|
title: "Best espresso experience I've had!",
|
||||||
|
quote: "The baristas at Pei Chai truly understand their craft. Every cup is a masterpiece. The attention to detail is remarkable.",
|
||||||
|
tag: "Premium Member",
|
||||||
|
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766504478198-a0v2ow55.jpg",
|
||||||
|
avatarAlt: "Sarah Mitchell",
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766504472539-8fcfbdrv.jpg",
|
||||||
|
imageAlt: "Specialty coffee preparation"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "2",
|
||||||
|
name: "James Chen, Coffee Enthusiast",
|
||||||
|
date: "Date: 12 January 2025",
|
||||||
|
title: "Single origin beans are exceptional",
|
||||||
|
quote: "You can taste the terroir in every sip. The quality of beans sourced by Pei Chai is unmatched. Highly recommend to any serious coffee lover.",
|
||||||
|
tag: "Regular Customer",
|
||||||
|
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766504479291-mwki9tis.jpg",
|
||||||
|
avatarAlt: "James Chen",
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414393098-5j3dbjps.jpg",
|
||||||
|
imageAlt: "Ethiopian single origin coffee"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "3",
|
||||||
|
name: "Emma Rodriguez, Local Visitor",
|
||||||
|
date: "Date: 10 January 2025",
|
||||||
|
title: "Perfect morning ritual",
|
||||||
|
quote: "The cozy atmosphere combined with amazing coffee makes this my favorite spot. The staff is incredibly friendly and knowledgeable about every drink.",
|
||||||
|
tag: "Daily Regular",
|
||||||
|
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766504480040-nh70p4ru.jpg",
|
||||||
|
avatarAlt: "Emma Rodriguez",
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766504474728-99fm34ha.jpg",
|
||||||
|
imageAlt: "Latte art cappuccino"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "4",
|
||||||
|
name: "Michael Park, Coffee Expert",
|
||||||
|
date: "Date: 8 January 2025",
|
||||||
|
title: "Sets the standard for specialty coffee",
|
||||||
|
quote: "Pei Chai consistently delivers excellence. The consistency across all their offerings is impressive. Definitely the benchmark for specialty coffee shops.",
|
||||||
|
tag: "Connoisseur",
|
||||||
|
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766504480835-8xmeyz3k.jpg",
|
||||||
|
avatarAlt: "Michael Park",
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766504473794-0y0fa6ua.jpg",
|
||||||
|
imageAlt: "House blend espresso"
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Pei Chai"
|
logoText="Pei Chai"
|
||||||
|
|||||||
Reference in New Issue
Block a user