Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8a14e4ba35 | |||
| 347f5d1175 | |||
| 5b01a1366e |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
@@ -41,17 +41,12 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="A Symphony of Dough and Fire"
|
||||
description="Kouzina elevates the humble pizza to a masterpiece of culinary art. Experience ingredients sourced from the finest origins, prepared to golden perfection."
|
||||
videoSrc="https://res.cloudinary.com/dvqup8w9m/video/upload/v1713456789/dough_transformation.mp4"
|
||||
videoAriaLabel="Cinematic pizza dough transformation video"
|
||||
testimonials={[
|
||||
{ name: "Julian Thorne", handle: "@jthorne", testimonial: "The crust is a revelation.", rating: 5 },
|
||||
{ name: "Elena Rossi", handle: "@erosst", testimonial: "A cinematic culinary experience.", rating: 5 },
|
||||
{ name: "Marcus Vane", handle: "@mvane", testimonial: "The gold standard for modern pizza dining.", rating: 5 }
|
||||
<HeroCarouselLogo
|
||||
logoText="Kouzina"
|
||||
description="Where dough meets destiny. A luxury culinary symphony of gold, black, and white."
|
||||
buttons={[{ text: "Explore Experience", href: "#about" }]}
|
||||
slides={[
|
||||
{ videoSrc: "https://res.cloudinary.com/dvqup8w9m/video/upload/v1713456789/dough_transformation.mp4", videoAriaLabel: "Cinematic pizza dough transformation and preparation video" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user