diff --git a/src/app/page.tsx b/src/app/page.tsx index 1942852..e719579 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,14 +29,12 @@ export default function LandingPage() { @@ -66,12 +62,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "p1", name: "Maguro Nigiri", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_74190-5921.jpg?_wi=1"}, - { - id: "p2", name: "Salmon Roll", price: "$8.90", imageSrc: "http://img.b2bpic.net/free-photo/sushi-food-white-background_1368-6259.jpg?_wi=1"}, - { - id: "p3", name: "Unagi Nigiri", price: "$5.20", imageSrc: "http://img.b2bpic.net/free-photo/sushi-pieces-with-seafood_1203-600.jpg?_wi=1"}, + { id: "p1", name: "Maguro Nigiri", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_74190-5921.jpg?_wi=1" }, + { id: "p2", name: "Salmon Roll", price: "$8.90", imageSrc: "http://img.b2bpic.net/free-photo/sushi-food-white-background_1368-6259.jpg?_wi=1" }, + { id: "p3", name: "Unagi Nigiri", price: "$5.20", imageSrc: "http://img.b2bpic.net/free-photo/sushi-pieces-with-seafood_1203-600.jpg?_wi=1" }, ]} title="Our Signature Menu" description="Hand-picked selection of our most popular sushi rolls and nigiri favorites." @@ -84,12 +77,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", value: "15+", title: "Years Experience", description: "Serving fresh quality food.", imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_74190-5921.jpg?_wi=2"}, - { - id: "m2", value: "100%", title: "Fresh Fish", description: "Daily catch delivery.", imageSrc: "http://img.b2bpic.net/free-photo/sushi-food-white-background_1368-6259.jpg?_wi=2"}, - { - id: "m3", value: "50+", title: "Sushi Varieties", description: "Authentic flavor range.", imageSrc: "http://img.b2bpic.net/free-photo/sushi-pieces-with-seafood_1203-600.jpg?_wi=2"}, + { id: "m1", value: "15+", title: "Years Experience", description: "Serving fresh quality food.", imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_74190-5921.jpg?_wi=2" }, + { id: "m2", value: "100%", title: "Fresh Fish", description: "Daily catch delivery.", imageSrc: "http://img.b2bpic.net/free-photo/sushi-food-white-background_1368-6259.jpg?_wi=2" }, + { id: "m3", value: "50+", title: "Sushi Varieties", description: "Authentic flavor range.", imageSrc: "http://img.b2bpic.net/free-photo/sushi-pieces-with-seafood_1203-600.jpg?_wi=2" }, ]} title="Our Commitment to Quality" description="We source the finest ingredients from sustainable suppliers to bring you the best sushi experience." @@ -102,29 +92,14 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "1", name: "Sarah Johnson", role: "Foodie", company: "Local Blog", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg?_wi=1"}, - { - id: "2", name: "Michael Chen", role: "Regular", company: "Neighbor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-stylish-woman-eating-healthy-food-sitting-beautiful-interior-with-green-flowers_273443-1899.jpg"}, - { - id: "3", name: "Emily Rodriguez", role: "Chef", company: "Culinary Arts", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg"}, - { - id: "4", name: "David Kim", role: "Business Owner", company: "Design Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-white-sweater-eating-sushi-lunch-small-caffe_231208-5220.jpg"}, - { - id: "5", name: "Aki Nakamura", role: "Critic", company: "Tokyo Eats", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg?_wi=2"}, + { id: "1", name: "Sarah Johnson", role: "Foodie", company: "Local Blog", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg?_wi=1" }, + { id: "2", name: "Michael Chen", role: "Regular", company: "Neighbor", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-stylish-woman-eating-healthy-food-sitting-beautiful-interior-with-green-flowers_273443-1899.jpg" }, + { id: "3", name: "Emily Rodriguez", role: "Chef", company: "Culinary Arts", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg" }, ]} kpiItems={[ - { - value: "4.9/5", label: "Customer Rating"}, - { - value: "10k+", label: "Happy Diners"}, - { - value: "24/7", label: "Freshness Check"}, + { value: "4.9/5", label: "Customer Rating" }, + { value: "10k+", label: "Happy Diners" }, + { value: "24/7", label: "Freshness Check" }, ]} title="What Our Guests Say" description="Hear from our happy customers about their dining experience at Sushiro." @@ -135,12 +110,9 @@ export default function LandingPage() { @@ -165,18 +136,14 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "About", href: "#"}, - { - label: "Menu", href: "#"}, + { label: "About", href: "#" }, + { label: "Menu", href: "#" }, ], }, { items: [ - { - label: "Contact", href: "#"}, - { - label: "Careers", href: "#"}, + { label: "Contact", href: "#" }, + { label: "Careers", href: "#" }, ], }, ]}