From 93ffa62a8ecc7943759e7dea8b7c0a472a5406ea Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 15:39:19 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 176 +++++++++++------------------------------------ 1 file changed, 41 insertions(+), 135 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6790614..23e89b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,20 +25,16 @@ export default function LandingPage() { cardStyle="gradient-mesh" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" - headingFontWeight="light" + headingFontWeight="medium" >
@@ -100,21 +68,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", title: "Farm to Table", descriptions: [ - "Sourced from local sustainable farms for maximum freshness."], - imageSrc: "http://img.b2bpic.net/free-photo/culinary-expert-commercial-kitchen-prepares-dish-with-fresh-basil-parsley_482257-124314.jpg", imageAlt: "restaurant kitchen professional chef"}, - { - id: "f2", title: "Chef-Inspired", descriptions: [ - "Crafted by award-winning chefs using premium seasonings."], - imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-bowl-with-poppy-seeds-black-background_23-2148340361.jpg?_wi=2", imageAlt: "restaurant kitchen professional chef"}, - { - id: "f3", title: "Modern Ambiance", descriptions: [ - "Elegant and intimate environment for your special occasion."], - imageSrc: "http://img.b2bpic.net/free-photo/gourmet-steak-with-berries-cherry-tomatoes-dark-plate_84443-82593.jpg?_wi=1", imageAlt: "restaurant kitchen professional chef"}, + { id: "f1", title: "Sustainably Sourced", descriptions: ["Premium cuts sourced directly from ethical, local farms."] }, + { id: "f2", title: "Expertly Prepared", descriptions: ["Traditional curing techniques meeting modern culinary innovation."] }, ]} title="Why Pork & Go?" - description="We blend traditional techniques with modern culinary arts." + description="We pride ourselves on ethical sourcing and exceptional taste." /> @@ -125,21 +83,11 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { - id: "p1", name: "Signature Pork Belly", price: "$38", variant: "Gourmet", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-steak-with-berries-cherry-tomatoes-dark-plate_84443-82593.jpg?_wi=2"}, - { - id: "p2", name: "Smoked Pork Ribs", price: "$42", variant: "BBQ", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-pomegranate-glass-wine_140725-3638.jpg"}, - { - id: "p3", name: "Herb-Crusted Loin", price: "$45", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/beef-rack-cream-butter-sauce-served-with-rice-garnish-green-salad_114579-965.jpg"}, - { - id: "p4", name: "Pork Belly Sliders", price: "$28", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/slices-meat-served-with-lettuce-sesame-seeds-sauce_141793-955.jpg"}, - { - id: "p5", name: "Crispy Roast Cutlet", price: "$34", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/grilled-lamb-ribs-with-copy-space_23-2148516957.jpg"}, - { - id: "p6", name: "Chef's Tasting Board", price: "$85", variant: "Full", imageSrc: "http://img.b2bpic.net/free-photo/hot-california-sushi-rolls-with-red-caviar_114579-2128.jpg"}, + { id: "p1", name: "Signature Pork Belly", price: "$38", variant: "Gourmet", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-steak-with-berries-cherry-tomatoes-dark-plate_84443-82593.jpg?_wi=2" }, + { id: "p2", name: "Smoked Ribs", price: "$42", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-pomegranate-glass-wine_140725-3638.jpg" }, ]} - title="Signature Delicacies" - description="Discover our most celebrated pork creations." + title="Our Signature Menu" + description="Experience culinary excellence with every bite." /> @@ -149,32 +97,15 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "Sarah J.", role: "Food Critic", company: "Fine Dining Daily", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-enjoying-drinks_23-2147859549.jpg"}, - { - id: "2", name: "Michael R.", role: "Enthusiast", company: "Local Gourmet", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg"}, - { - id: "3", name: "Elise T.", role: "Designer", company: "Creative Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-friends-enjoying-restaurant_23-2147861914.jpg"}, - { - id: "4", name: "Jason W.", role: "Business Owner", company: "Global Trade", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/family-gathering-with-gay-partners_23-2151077662.jpg"}, - { - id: "5", name: "Nancy B.", role: "Editor", company: "Style Magazine", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/human-happy-woman-clanging-glasses-wine-table-cafe_23-2148016789.jpg"}, + { id: "1", name: "Alice V.", role: "Diner", company: "City Weekly", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-enjoying-drinks_23-2147859549.jpg" }, ]} kpiItems={[ - { - value: "4.9", label: "Avg Rating"}, - { - value: "15k+", label: "Satisfied Guests"}, - { - value: "5", label: "Years Excellence"}, + { value: "50+", label: "Dishes Served" }, + { value: "10k+", label: "Happy Guests" }, + { value: "4.9/5", label: "Guest Rating" }, ]} - title="Guest Voices" - description="What our guests are saying about their dining experience." + title="Words From Our Guests" + description="Join the thousands who have enjoyed the Pork & Go experience." /> @@ -185,15 +116,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", value: "50+", description: "Farm Partners"}, - { - id: "m2", value: "12", description: "Global Awards"}, - { - id: "m3", value: "24/7", description: "Dedicated Prep"}, + { id: "m1", value: "100%", description: "Ethical Sourcing" }, + { id: "m2", value: "50+", description: "Daily Specials" }, + { id: "m3", value: "15", description: "Expert Chefs" }, ]} - title="Our Culinary Impact" - description="Committed to quality in every dish we serve." + title="Our Commitment to Excellence" + description="Quality above all else." /> @@ -201,14 +129,10 @@ export default function LandingPage() { @@ -217,38 +141,20 @@ export default function LandingPage() {
-- 2.49.1 From 5382117167e70a3175410e0529de2011fbd2f588 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 15:39:20 +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 fbd84bc..c3b44c8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1c1c1c; + --background: #fdfaf7; + --card: #f4ede6; + --foreground: #2d241c; + --primary-cta: #8b4513; --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; + --secondary-cta: #f4ede6; --secondary-cta-text: #1c1c1c; - --accent: #e63946; - --background-accent: #e8bea8; + --accent: #d2b48c; + --background-accent: #e6d5c3; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1