diff --git a/src/app/page.tsx b/src/app/page.tsx index 71daa6e..dc20228 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,44 +31,22 @@ export default function LandingPage() {
@@ -80,18 +58,9 @@ export default function LandingPage() { title="A Hidden Gem in South Fremantle" description="Three Little Pigs is more than an eatery; it's a celebration of fusion flavors where authenticity meets modern luxury. We believe every meal is a story worth telling." metrics={[ - { - value: "100%", - title: "Fresh Ingredients", - }, - { - value: "15+", - title: "Signature Fusion Dishes", - }, - { - value: "Local", - title: "Sourced Produce", - }, + { value: "100%", title: "Fresh Ingredients" }, + { value: "15+", title: "Signature Fusion Dishes" }, + { value: "Local", title: "Sourced Produce" }, ]} imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-14-persons-restaurant-hall-with-brick-walls-wide-windows-wood-ceiling_140725-8457.jpg" mediaAnimation="blur-reveal" @@ -106,21 +75,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Authentic Fusion", - description: "Blended flavors from Thailand, Korea, and Japan with an Australian twist.", - imageSrc: "http://img.b2bpic.net/free-photo/male-chef-sitting-cutting-cucumber-kitchen-uniform-hat_176474-9040.jpg", - }, - { - title: "Family Friendly", - description: "Relaxed spaces where families and friends can gather in comfort.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-enjoying-meal-together_23-2148451604.jpg", - }, - { - title: "Unique Ambiance", - description: "Sophisticated, photogenic, and unpretentious interiors for every occasion.", - imageSrc: "http://img.b2bpic.net/free-photo/man-woman-sitting-table-with-desserts-drinks-flowers-cafe_23-2148001711.jpg", - }, + { title: "Authentic Fusion", description: "Blended flavors from Thailand, Korea, and Japan with an Australian twist.", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-sitting-cutting-cucumber-kitchen-uniform-hat_176474-9040.jpg" }, + { title: "Family Friendly", description: "Relaxed spaces where families and friends can gather in comfort.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-enjoying-meal-together_23-2148451604.jpg" }, + { title: "Unique Ambiance", description: "Sophisticated, photogenic, and unpretentious interiors for every occasion.", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-sitting-table-with-desserts-drinks-flowers-cafe_23-2148001711.jpg" }, ]} title="Why Locals Love Us" description="Discover the unique touches that make our restaurant the best hidden secret in the area." @@ -129,64 +86,17 @@ export default function LandingPage() { @@ -329,37 +167,17 @@ export default function LandingPage() {