From 239cb7aecdc301e234cbfb4ef53cac9989979965 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 08:21:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 203 +++++++++++------------------------------------ 1 file changed, 46 insertions(+), 157 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 27c55ac..dbc6a9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,74 +18,46 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -96,28 +68,13 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} - features={[ - { - title: "Unforgettable Flavor", - description: "Every pizza is crafted with premium ingredients, ensuring every bite hits differently.", - bentoComponent: "reveal-icon", - icon: Flame, - }, - { - title: "Legendary Sides", - description: "Our mac & cheese is nothing short of legendary—rich, creamy, and undeniably satisfying.", - bentoComponent: "reveal-icon", - icon: Flame, - }, - { - title: "Cozy Atmosphere", - description: "Relaxed lighting and premium comfortable seating designed for those late-night cravings.", - bentoComponent: "reveal-icon", - icon: Sparkles, - }, - ]} title="Why Everyone Comes Back" description="We don't just make pizza; we create an urban dining experience that feels like home." + features={[ + { title: "Unforgettable Flavor", description: "Every pizza is crafted with premium ingredients, ensuring every bite hits differently.", bentoComponent: "reveal-icon", icon: Flame }, + { title: "Legendary Sides", description: "Our mac & cheese is nothing short of legendary—rich, creamy, and undeniably satisfying.", bentoComponent: "reveal-icon", icon: Flame }, + { title: "Cozy Atmosphere", description: "Relaxed lighting and premium comfortable seating designed for those late-night cravings.", bentoComponent: "reveal-icon", icon: Sparkles } + ]} />
@@ -127,91 +84,31 @@ export default function LandingPage() { textboxLayout="split" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} - products={[ - { - id: "p1", - brand: "Signature", - name: "Steak Pizza", - price: "SAR 65", - rating: 5, - reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-with-basil-other-ingredients_23-2147606547.jpg?_wi=1", - }, - { - id: "p2", - brand: "Dealer", - name: "Mac & Cheese", - price: "SAR 35", - rating: 5, - reviewCount: "800+", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-plate_23-2150690717.jpg", - }, - { - id: "p3", - brand: "Classic", - name: "Hot Wings", - price: "SAR 40", - rating: 4, - reviewCount: "600+", - imageSrc: "http://img.b2bpic.net/free-photo/rolls-served-with-tomatoes-arugula-sauce_140725-8785.jpg", - }, - { - id: "p4", - brand: "Dealer", - name: "Pepperoni", - price: "SAR 55", - rating: 4, - reviewCount: "900+", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-with-basil-other-ingredients_23-2147606547.jpg?_wi=2", - }, - ]} title="Signature Menu Highlights" description="From our oven to your table, experience the art of the perfect pizza." + products={[ + { id: "p1", brand: "Signature", name: "Steak Pizza", price: "SAR 65", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-with-basil-other-ingredients_23-2147606547.jpg" }, + { id: "p2", brand: "Dealer", name: "Mac & Cheese", price: "SAR 35", rating: 5, reviewCount: "800+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-plate_23-2150690717.jpg" }, + { id: "p3", brand: "Classic", name: "Hot Wings", price: "SAR 40", rating: 4, reviewCount: "600+", imageSrc: "http://img.b2bpic.net/free-photo/rolls-served-with-tomatoes-arugula-sauce_140725-8785.jpg" }, + { id: "p4", brand: "Dealer", name: "Pepperoni", price: "SAR 55", rating: 4, reviewCount: "900+", imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-with-basil-other-ingredients_23-2147606547.jpg" } + ]} />
@@ -220,7 +117,7 @@ export default function LandingPage() { useInvertedBackground={false} title="More Than Just Pizza" description={[ - "Experience soft lighting, comfortable seating, and an environment where every detail is tailored for you to relax and enjoy the moment.", + "Experience soft lighting, comfortable seating, and an environment where every detail is tailored for you to relax and enjoy the moment." ]} /> @@ -228,19 +125,11 @@ export default function LandingPage() {
@@ -254,4 +143,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1