diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ae2e34..b289984 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,18 +32,9 @@ export default function LandingPage() { @@ -158,21 +92,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - icon: Flame, - title: "Fire Mastery", - description: "Strict temperature control.", - }, - { - icon: Flame, - title: "Precision Butchery", - description: "Exact cut specifications.", - }, - { - icon: Clock, - title: "Absolute Timing", - description: "Reliable cook consistency.", - }, + { icon: Flame, title: "Fire Mastery", description: "Strict temperature control." }, + { icon: Flame, title: "Precision Butchery", description: "Exact cut specifications." }, + { icon: Clock, title: "Absolute Timing", description: "Reliable cook consistency." }, ]} title="Our Principles" description="True authority requires absolute consistency." @@ -186,60 +108,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Prime", - name: "Ribeye", - price: "48€", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/fried-cooked-grilled-meat-with-spices-cut-slices-served-dark-slate-closeup_1220-6866.jpg", - }, - { - id: "p2", - brand: "Wagyu", - name: "Tenderloin", - price: "85€", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/cook-cooking-fresh-peace-meat-board-dark-background-cooking-concept_1220-7134.jpg", - }, - { - id: "p3", - brand: "Prime", - name: "Tomahawk", - price: "110€", - rating: 5, - reviewCount: "80", - imageSrc: "http://img.b2bpic.net/free-photo/well-done-steak-with-mashed-potatoes-fried-vegetables_140725-2240.jpg", - }, - { - id: "p4", - brand: "Select", - name: "Filet Mignon", - price: "52€", - rating: 5, - reviewCount: "110", - imageSrc: "http://img.b2bpic.net/free-photo/steak-with-cheese-vegetables-restaurant_501050-747.jpg", - }, - { - id: "p5", - brand: "Prime", - name: "Sirloin", - price: "45€", - rating: 5, - reviewCount: "130", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-meat_140725-11963.jpg", - }, - { - id: "p6", - brand: "Prime", - name: "Porterhouse", - price: "98€", - rating: 5, - reviewCount: "75", - imageSrc: "http://img.b2bpic.net/free-photo/rib-eye-steak-wooden-board_140725-6783.jpg", - }, + { id: "p1", brand: "Prime", name: "Ribeye", price: "48€", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fried-cooked-grilled-meat-with-spices-cut-slices-served-dark-slate-closeup_1220-6866.jpg" }, + { id: "p2", brand: "Wagyu", name: "Tenderloin", price: "85€", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/cook-cooking-fresh-peace-meat-board-dark-background-cooking-concept_1220-7134.jpg" }, + { id: "p3", brand: "Prime", name: "Tomahawk", price: "110€", rating: 5, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/well-done-steak-with-mashed-potatoes-fried-vegetables_140725-2240.jpg" }, + { id: "p4", brand: "Select", name: "Filet Mignon", price: "52€", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/steak-with-cheese-vegetables-restaurant_501050-747.jpg" }, + { id: "p5", brand: "Prime", name: "Sirloin", price: "45€", rating: 5, reviewCount: "130", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-meat_140725-11963.jpg" }, + { id: "p6", brand: "Prime", name: "Porterhouse", price: "98€", rating: 5, reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/rib-eye-steak-wooden-board_140725-6783.jpg" }, ]} title="Signature Cuts" description="Only the finest origins." @@ -253,21 +127,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "21d", - description: "Minimum Dry Aging", - }, - { - id: "m2", - value: "100%", - description: "Sourcing Transparency", - }, - { - id: "m3", - value: "0", - description: "Gimmicks", - }, + { id: "m1", value: "21d", description: "Minimum Dry Aging" }, + { id: "m2", value: "100%", description: "Sourcing Transparency" }, + { id: "m3", value: "0", description: "Gimmicks" }, ]} title="Culinary Metrics" description="Standardized perfection." @@ -276,31 +138,14 @@ export default function LandingPage() {