From 76c79d9bb96cd3c62cd5369857e1740797691e41 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 06:04:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 212 +++++++++++------------------------------------ 1 file changed, 49 insertions(+), 163 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 321ae83..7468cd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,84 +18,58 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -107,29 +81,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Fresh & Filling", - description: "Hearty meals prepared from scratch to satisfy every craving.", - tag: "Quality", - imageSrc: "http://img.b2bpic.net/free-photo/meat-rolls-with-sliced-herbs-corn_140725-3452.jpg", - imageAlt: "Meat rolls with sliced herbs and corn", - }, + id: "f1", title: "Fresh & Filling", description: "Hearty meals prepared from scratch to satisfy every craving.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/meat-rolls-with-sliced-herbs-corn_140725-3452.jpg", imageAlt: "Meat rolls with sliced herbs and corn"}, { - id: "f2", - title: "Friendly Service", - description: "Warm smiles and attentive staff that make you feel like family.", - tag: "Hospitality", - imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-toasts-plate_140725-771.jpg?_wi=2", - imageAlt: "Meat rolls with sliced herbs and corn", - }, + id: "f2", title: "Friendly Service", description: "Warm smiles and attentive staff that make you feel like family.", tag: "Hospitality", imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-toasts-plate_140725-771.jpg", imageAlt: "Meat rolls with sliced herbs and corn"}, { - id: "f3", - title: "Local Favorite", - description: "Consistently recognized as the community's top spot for comfort.", - tag: "Heritage", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-arrangement_23-2150714430.jpg?_wi=1", - imageAlt: "Meat rolls with sliced herbs and corn", - }, + id: "f3", title: "Local Favorite", description: "Consistently recognized as the community's top spot for comfort.", tag: "Heritage", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-arrangement_23-2150714430.jpg", imageAlt: "Meat rolls with sliced herbs and corn"}, ]} title="The Cameron's Promise" description="Experience comfort dining redefined through fresh ingredients, genuine hospitality, and community spirit." @@ -141,7 +97,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Crafting Comfort Since Day One" description="At Cameron’s, we believe great food brings people together. From our famous cathead biscuits to hearty breakfasts and comforting classics, every dish is prepared with care and tradition." - imageSrc="http://img.b2bpic.net/free-photo/delicious-cookies-arrangement_23-2150714430.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/delicious-cookies-arrangement_23-2150714430.jpg" /> @@ -153,47 +109,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Breakfast Platter", - price: "$14", - variant: "Popular", - imageSrc: "http://img.b2bpic.net/free-photo/salad-red-cabbage-with-herbs_2829-8108.jpg", - }, + id: "p1", name: "Breakfast Platter", price: "$14", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/salad-red-cabbage-with-herbs_2829-8108.jpg"}, { - id: "p2", - name: "Chicken Fingers", - price: "$16", - variant: "Signature", - imageSrc: "http://img.b2bpic.net/free-photo/fried-onion-rings-table_140725-6647.jpg", - }, + id: "p2", name: "Chicken Fingers", price: "$16", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/fried-onion-rings-table_140725-6647.jpg"}, { - id: "p3", - name: "Onion Rings", - price: "$8", - variant: "Side", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-poppy-seed-bagels-parchment-paper-with-milk_23-2148695541.jpg", - }, + id: "p3", name: "Onion Rings", price: "$8", variant: "Side", imageSrc: "http://img.b2bpic.net/free-photo/top-view-poppy-seed-bagels-parchment-paper-with-milk_23-2148695541.jpg"}, { - id: "p4", - name: "Southern Greens", - price: "$6", - variant: "Side", - imageSrc: "http://img.b2bpic.net/free-photo/vegetable-stew-with-meat-corn-pieces-chili-pepper-vegetables-basilic-parsley-white-plate_114579-115.jpg", - }, + id: "p4", name: "Southern Greens", price: "$6", variant: "Side", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-stew-with-meat-corn-pieces-chili-pepper-vegetables-basilic-parsley-white-plate_114579-115.jpg"}, { - id: "p5", - name: "Cathead Biscuits", - price: "$5", - variant: "Famous", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-salad-white-bowl-arrangement_23-2148747528.jpg", - }, + id: "p5", name: "Cathead Biscuits", price: "$5", variant: "Famous", imageSrc: "http://img.b2bpic.net/free-photo/delicious-salad-white-bowl-arrangement_23-2148747528.jpg"}, { - id: "p6", - name: "Hearty Hash", - price: "$12", - variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187944.jpg", - }, + id: "p6", name: "Hearty Hash", price: "$12", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187944.jpg"}, ]} title="Customer Favorites" description="Discover our signature dishes that keep our guests coming back." @@ -203,48 +129,24 @@ export default function LandingPage() {
@@ -299,13 +189,9 @@ export default function LandingPage() {
-- 2.49.1