Compare commits

..

4 Commits

Author SHA1 Message Date
7932c90186 Update src/app/page.tsx 2026-04-20 23:08:05 +00:00
046c57f348 Update src/app/page.tsx 2026-04-20 23:07:38 +00:00
a1a3585c85 Merge version_59 into main
Merge version_59 into main
2026-04-20 23:04:55 +00:00
f5b0b61a37 Merge version_59 into main
Merge version_59 into main
2026-04-20 23:04:31 +00:00

View File

@@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TextAbout from '@/components/sections/about/TextAbout';
@@ -40,13 +40,21 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="Paris Croisserie"
<HeroSplitTestimonial
title="Paris Croisserie"
description="Experience the delicate crunch of authentic French-inspired pastries. Fresh, daily-baked, and waiting for you."
background={{ variant: "gradient-bars" }}
buttons={[{ text: "Order Now", href: "#contact" }, { text: "Our Menu", href: "#services" }]}
slides={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CSEIQLBNEFKYS2Z8ImL4kpsrFT/uploaded-1776399649585-t9sw3y5r.png", imageAlt: "Artisanal pastries on display" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CSEIQLBNEFKYS2Z8ImL4kpsrFT/uploaded-1776401909919-r697lhmv.png?_wi=1", imageAlt: "Fresh croissants" }
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CSEIQLBNEFKYS2Z8ImL4kpsrFT/uploaded-1776399649585-t9sw3y5r.png"
imageAlt="Artisanal pastries on display"
mediaAnimation="blur-reveal"
testimonials={[
{
name: "Marie Dubois", handle: "@marie.d", testimonial: "The most authentic croissant in Lubbock. Absolutely love the flaky layers!", rating: 5
},
{
name: "John Smith", handle: "@jsmith", testimonial: "Perfect spot for a morning coffee and pastry. So fresh!", rating: 5
}
]}
/>
</div>