From 22fb7e6cad419744846eb068000dc6cc46abf32e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 19:36:00 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 196 +++++++++++++---------------------------------- 1 file changed, 52 insertions(+), 144 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b6bba6..d117169 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,16 +3,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import ContactText from '@/components/sections/contact/ContactText'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Award, CalendarDays, Leaf, Smile, Sparkles, Users, Utensils, Clipboard } from "lucide-react"; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Award, CalendarDays, Leaf, Smile, Sparkles, Users, Utensils, Clipboard, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -32,36 +32,26 @@ export default function LandingPage() {
@@ -72,15 +62,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Over 15 Years of Culinary Excellence" metrics={[ - { - icon: Award, - label: "Years Experience", value: "15+"}, - { - icon: Users, - label: "Happy Clients", value: "500+"}, - { - icon: Award, - label: "Events Catered", value: "1200+"}, + { icon: Award, label: "Years Experience", value: "15+" }, + { icon: Users, label: "Happy Clients", value: "500+" }, + { icon: Award, label: "Events Catered", value: "1200+" }, ]} metricsAnimation="slide-up" /> @@ -92,45 +76,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Farm-to-Table Freshness", description: "We source ingredients from local, organic farms to guarantee the highest quality and freshness.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/long-haired-housewife-cooking-home-kitchen_1398-1127.jpg", imageAlt: "Fresh ingredients"}, - items: [ - { - icon: Leaf, - text: "Locally sourced"}, - { - icon: CalendarDays, - text: "Seasonal menu"}, - ], - reverse: false, - }, - { - title: "Bespoke Menu Design", description: "Every menu is uniquely designed around your preferences, dietary requirements, and the occasion's theme.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/handmade-folder-with-cutlery-tag_23-2147709603.jpg", imageAlt: "Custom menu"}, - items: [ - { - icon: Clipboard, - text: "Custom recipes"}, - { - icon: Smile, - text: "Dietary friendly"}, - ], - reverse: true, - }, - { - title: "Seamless Event Catering", description: "From preparation to cleanup, we manage every detail so you can simply enjoy your company.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/family-having-nice-thanksgiving-dinner-together_23-2149082316.jpg", imageAlt: "Events"}, - items: [ - { - icon: Utensils, - text: "Full service"}, - { - icon: Sparkles, - text: "Flawless cleanup"}, - ], - reverse: false, - }, + { title: "Farm-to-Table Freshness", description: "We source ingredients from local, organic farms to guarantee the highest quality and freshness.", media: { imageSrc: "http://img.b2bpic.net/free-photo/long-haired-housewife-cooking-home-kitchen_1398-1127.jpg", imageAlt: "Fresh ingredients" }, items: [{ icon: Leaf, text: "Locally sourced" }, { icon: CalendarDays, text: "Seasonal menu" }], reverse: false }, + { title: "Bespoke Menu Design", description: "Every menu is uniquely designed around your preferences, dietary requirements, and the occasion's theme.", media: { imageSrc: "http://img.b2bpic.net/free-photo/handmade-folder-with-cutlery-tag_23-2147709603.jpg", imageAlt: "Custom menu" }, items: [{ icon: Clipboard, text: "Custom recipes" }, { icon: Smile, text: "Dietary friendly" }], reverse: true }, + { title: "Seamless Event Catering", description: "From preparation to cleanup, we manage every detail so you can simply enjoy your company.", media: { imageSrc: "http://img.b2bpic.net/free-photo/family-having-nice-thanksgiving-dinner-together_23-2149082316.jpg", imageAlt: "Events" }, items: [{ icon: Utensils, text: "Full service" }, { icon: Sparkles, text: "Flawless cleanup" }], reverse: false }, ]} title="Your Personalized Dining Journey" description="From sourcing the finest seasonal ingredients to meticulous plating, every detail is crafted for your delight." @@ -144,12 +92,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", name: "Artisanal Tasting Menu", price: "From $150/pp", imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247759.jpg"}, - { - id: "p2", name: "Fresh Coastal Seafood", price: "From $180/pp", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83768.jpg"}, - { - id: "p3", name: "Prime Cut Steak Night", price: "From $200/pp", imageSrc: "http://img.b2bpic.net/free-photo/delicious-steak-with-spicy-sauce_140725-951.jpg"}, + { id: "p1", name: "Artisanal Tasting Menu", price: "From $150/pp", imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247759.jpg" }, + { id: "p2", name: "Fresh Coastal Seafood", price: "From $180/pp", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83768.jpg" }, + { id: "p3", name: "Prime Cut Steak Night", price: "From $200/pp", imageSrc: "http://img.b2bpic.net/free-photo/delicious-steak-with-spicy-sauce_140725-951.jpg" }, ]} title="Signature Culinary Offerings" description="Our most popular dining experiences and signature dish packages." @@ -162,18 +107,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} plans={[ - { - id: "standard", title: "Intimate Dinner", price: "$500", period: "per event", features: [ - "Personalized menu", "3-course meal", "Professional plating"], - button: { - text: "Select", href: "#contact"}, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-135612.jpg", imageAlt: "chef profile portrait professional"}, - { - id: "premium", title: "Dinner Party", price: "$1200", period: "per event", features: [ - "6-course tasting", "Wine pairing guidance", "Full service cleaning"], - button: { - text: "Select", href: "#contact"}, - imageSrc: "http://img.b2bpic.net/free-photo/salad-with-corn-nuts-prunes-tomatoes_140725-3518.jpg?_wi=2", imageAlt: "chef profile portrait professional"}, + { id: "standard", title: "Intimate Dinner", price: "$500", period: "per event", features: ["Personalized menu", "3-course meal", "Professional plating"], button: { text: "Select", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-135612.jpg", imageAlt: "chef profile" }, + { id: "premium", title: "Dinner Party", price: "$1200", period: "per event", features: ["6-course tasting", "Wine pairing guidance", "Full service cleaning"], button: { text: "Select", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/salad-with-corn-nuts-prunes-tomatoes_140725-3518.jpg?_wi=2", imageAlt: "chef profile" }, ]} title="Simple & Transparent Pricing" description="Choose the perfect package for your upcoming event." @@ -181,81 +116,54 @@ export default function LandingPage() {
-
-
-
); -} +} \ No newline at end of file -- 2.49.1 From 858f854c346141b09f5c912ee21a1c08cca3c916 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 19:36:00 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ee8d361..5a404c3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f6f0e9; - --card: #efe7dd; - --foreground: #2b180a; - --primary-cta: #2b180a; + --background: #f5f4ef; + --card: #dad6cd; + --foreground: #2a2928; + --primary-cta: #2a2928; --primary-cta-text: #f6f0e9; - --secondary-cta: #efe7dd; + --secondary-cta: #ecebea; --secondary-cta-text: #2b180a; - --accent: #94877c; - --background-accent: #afa094; + --accent: #ffffff; + --background-accent: #c6b180; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1