From 40c7d0ca9d2a912a4c7ad379ae4084040925c367 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 07:31:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 151 ++++++++++++++++++++++------------------------- 1 file changed, 72 insertions(+), 79 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22272f9..24b5707 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,9 +22,9 @@ export default function LandingPage() { contentWidth="small" sizing="mediumLargeSizeLargeTitles" background="aurora" - cardStyle="soft-shadow" - primaryButtonStyle="flat" - secondaryButtonStyle="radial-glow" + cardStyle="glass-elevated" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="glass" headingFontWeight="extrabold" > @@ -32,36 +32,29 @@ export default function LandingPage() {
@@ -69,15 +62,15 @@ export default function LandingPage() {
@@ -85,16 +78,16 @@ export default function LandingPage() {
@@ -103,17 +96,17 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" gridVariant="three-columns-all-equal-width" - useInvertedBackground={false} + useInvertedBackground={true} products={[ - { id: "1", name: "Mutton Karahi", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-orange-slices-plate-with-cutlery-copy-space_23-2148682761.jpg?_wi=2" }, - { id: "2", name: "Special Naan", price: "$2.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-traditional-roti_23-2149034027.jpg?_wi=2" }, - { id: "3", name: "Chicken Tikka", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/plate-lamb-entrecote-ribs-kebab-with-onions-greens_140725-10708.jpg" }, - { id: "4", name: "Lamb Skewers", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-steak-slices-bone-with-seasalt-sprinkles-cherry-tomato_140725-515.jpg" }, - { id: "5", name: "Vegetable Curry", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/wooden-cutting-board-with-round-pastry-jelly-candy_114579-56329.jpg" }, - { id: "6", name: "Dastarkhwan Platter", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8058.jpg" }, + { id: "1", name: "Sofyana Elite Jersey", price: "$99.00", imageSrc: "https://img.b2bpic.net/free-photo/modern-football-kit-futuristic-design_23-2149156743.jpg" }, + { id: "2", name: "Training Gear Pack", price: "$150.00", imageSrc: "https://img.b2bpic.net/free-photo/training-gear-pack_23-2149256745.jpg" }, + { id: "3", name: "Pro Ball Model X", price: "$45.00", imageSrc: "https://img.b2bpic.net/free-photo/futuristic-soccer-ball_23-2149056748.jpg" }, + { id: "4", name: "Smart Performance Socks", price: "$25.00", imageSrc: "https://img.b2bpic.net/free-photo/smart-performance-socks_23-2149356749.jpg" }, + { id: "5", name: "Club Cap", price: "$30.00", imageSrc: "https://img.b2bpic.net/free-photo/club-cap-design_23-2149456750.jpg" }, + { id: "6", name: "Sofyana Training Vest", price: "$55.00", imageSrc: "https://img.b2bpic.net/free-photo/training-vest-neon_23-2149556751.jpg" }, ]} - title="Our Signature Dishes" - description="Discover our handpicked selections that capture the true spirit of our culinary tradition." + title="Club Merchandise" + description="Wear the future with our range of high-performance club gear." /> @@ -121,61 +114,61 @@ export default function LandingPage() {