diff --git a/src/app/page.tsx b/src/app/page.tsx index fcab4eb..8a260df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -58,61 +48,38 @@ export default function LandingPage() {
@@ -134,41 +101,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Huli Huli Chicken Sandwich", - price: "$12.99", - imageSrc: "http://img.b2bpic.net/free-photo/tasteful-sandwich-made-sliced-mushrooms-tomatoes-boiled-eggs-salad_1304-2920.jpg", - }, + id: "1", name: "Huli Huli Chicken Sandwich", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/tasteful-sandwich-made-sliced-mushrooms-tomatoes-boiled-eggs-salad_1304-2920.jpg"}, { - id: "2", - name: "Mahi Mahi Tacos", - price: "$14.99", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain-banana_23-2151023903.jpg", - }, + id: "2", name: "Mahi Mahi Tacos", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain-banana_23-2151023903.jpg"}, { - id: "3", - name: "Giant Caramel Cinnamon Roll", - price: "$6.50", - imageSrc: "http://img.b2bpic.net/free-photo/fried-meringue-cookie-with-black-raisines-wooden-board_114579-22230.jpg", - }, + id: "3", name: "Giant Caramel Cinnamon Roll", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/fried-meringue-cookie-with-black-raisines-wooden-board_114579-22230.jpg"}, { - id: "4", - name: "Thursday Special Poke Bowl", - price: "$16.99", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-shrimp-vegetables_23-2148381311.jpg", - }, + id: "4", name: "Thursday Special Poke Bowl", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-shrimp-vegetables_23-2148381311.jpg"}, { - id: "5", - name: "Smoked Brisket Sandwich", - price: "$13.99", - imageSrc: "http://img.b2bpic.net/free-photo/japanese-sandwich-with-breaded-pork-chop-cabbage-tonkatsu-sauce_2829-18640.jpg", - }, + id: "5", name: "Smoked Brisket Sandwich", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/japanese-sandwich-with-breaded-pork-chop-cabbage-tonkatsu-sauce_2829-18640.jpg"}, { - id: "6", - name: "Pineapple Mint Tea", - price: "$3.50", - imageSrc: "http://img.b2bpic.net/free-photo/bartender-preparing-refreshing-cocktail_23-2148176842.jpg", - }, + id: "6", name: "Pineapple Mint Tea", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/bartender-preparing-refreshing-cocktail_23-2148176842.jpg"}, ]} title="Our Signature Flavors" description="Handcrafted meals made with fresh ingredients and authentic Hawaiian techniques." @@ -182,34 +125,16 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "100%", - title: "Heart & Aloha", - items: [ - "Fresh ingredients", - "Welcoming atmosphere", - "Customizable options", - ], + id: "m1", value: "100%", title: "Heart & Aloha", items: [ + "Fresh ingredients", "Welcoming atmosphere", "Customizable options"], }, { - id: "m2", - value: "5+", - title: "Signature Items", - items: [ - "Huli Huli Chicken", - "Poke Bowls", - "Fresh Pastries", - ], + id: "m2", value: "5+", title: "Signature Items", items: [ + "Huli Huli Chicken", "Poke Bowls", "Fresh Pastries"], }, { - id: "m3", - value: "GF", - title: "Dietary Friendly", - items: [ - "Gluten-free options", - "Vegetarian choices", - "Fresh customization", - ], + id: "m3", value: "GF", title: "Dietary Friendly", items: [ + "Gluten-free options", "Vegetarian choices", "Fresh customization"], }, ]} title="A Community Favorite" @@ -224,40 +149,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Noah Gruenberg", - role: "Orchestra Musician", - testimonial: "Every time I'm in town I try to make it here. This place gets everything right.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg", - }, + id: "1", name: "Noah Gruenberg", role: "Orchestra Musician", testimonial: "Every time I'm in town I try to make it here. This place gets everything right.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg"}, { - id: "2", - name: "D Z", - role: "Local Guide", - testimonial: "Fantastic mom and pop restaurant. Food is awesome and portions are large!", - imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", - }, + id: "2", name: "D Z", role: "Local Guide", testimonial: "Fantastic mom and pop restaurant. Food is awesome and portions are large!", imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg"}, { - id: "3", - name: "Jacqueline Bruder", - role: "Local Guest", - testimonial: "The only thing better than the top-notch customer service was the food.", - imageSrc: "http://img.b2bpic.net/free-photo/good-humoured-caucasian-woman-enjoying-healthy-food-indoor-shot-smiling-girl-eating-salad_197531-17196.jpg", - }, + id: "3", name: "Jacqueline Bruder", role: "Local Guest", testimonial: "The only thing better than the top-notch customer service was the food.", imageSrc: "http://img.b2bpic.net/free-photo/good-humoured-caucasian-woman-enjoying-healthy-food-indoor-shot-smiling-girl-eating-salad_197531-17196.jpg"}, { - id: "4", - name: "Sasha Fox", - role: "Foodie", - testimonial: "Amaaaaaazing food, absolutely delicious. I cried when I ate their cinnamon roll!", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", - }, + id: "4", name: "Sasha Fox", role: "Foodie", testimonial: "Amaaaaaazing food, absolutely delicious. I cried when I ate their cinnamon roll!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"}, { - id: "5", - name: "Noah Ziskrout", - role: "Regular Guest", - testimonial: "So glad Paniolo Cafe is back open! We were greeted with the same friendliness.", - imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg", - }, + id: "5", name: "Noah Ziskrout", role: "Regular Guest", testimonial: "So glad Paniolo Cafe is back open! We were greeted with the same friendliness.", imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg"}, ]} title="Words from Our Guests" description="We love hearing from our community members and travelers alike." @@ -270,20 +170,14 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "Do you offer gluten-free options?", - content: "Yes, we are committed to being inclusive. We have gluten-free options for tortillas, breads, and more.", - }, + id: "q1", title: "Do you offer gluten-free options?", content: "Yes, we are committed to being inclusive. We have gluten-free options for tortillas, breads, and more."}, { - id: "q2", - title: "Are you vegetarian friendly?", - content: "Absolutely, we are happy to customize entrees and offer vegetarian-friendly choices.", - }, + id: "q2", title: "Are you vegetarian friendly?", content: "Absolutely, we are happy to customize entrees and offer vegetarian-friendly choices."}, { - id: "q3", - title: "When is your poke bowl available?", - content: "Our popular, fresh poke bowl is featured as a Thursday special!", - }, + id: "q3", title: "When is your poke bowl available?", content: "Our popular, fresh poke bowl is featured as a Thursday special!"}, + { + id: "q4", title: "Do you offer takeout or online ordering?", content: "Yes! You can order online through our website for quick and easy takeout so you can enjoy Paniolo Cafe's island flavors from the comfort of your own home." + } ]} title="Commonly Asked" description="Learn more about our cafe and our commitment to serving you." @@ -295,8 +189,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file