6 Commits

Author SHA1 Message Date
347f5d1175 Update src/app/page.tsx 2026-05-14 15:12:12 +00:00
5b01a1366e Merge version_3 into main
Merge version_3 into main
2026-05-14 15:10:09 +00:00
340c990c55 Update src/app/styles/variables.css 2026-05-14 15:10:06 +00:00
cd07ffc888 Update src/app/page.tsx 2026-05-14 15:10:06 +00:00
f5b7aa3416 Merge version_2 into main
Merge version_2 into main
2026-05-14 15:08:45 +00:00
49bf853d32 Merge version_2 into main
Merge version_2 into main
2026-05-14 15:08:13 +00:00
2 changed files with 8 additions and 13 deletions

View File

@@ -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://www.w3schools.com/html/mov_bbb.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>

View File

@@ -12,7 +12,7 @@
--background: #000000;
--card: #1a1a1a;
--foreground: #ffffff;
--foreground: #f5f5f5;
--primary-cta: #FFD700;
--primary-cta-text: #000000;
--secondary-cta: #1a1a1a;