4 Commits

Author SHA1 Message Date
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 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
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"
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 },

View File

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