diff --git a/src/app/page.tsx b/src/app/page.tsx index 611a604..10559f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,18 +30,9 @@ export default function LandingPage() { @@ -198,23 +94,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} plans={[ - { - id: "starter-box", - badge: "Most Popular", - price: "$25.00", - subtitle: "A mix of our best mini treats", - buttons: [ - { - text: "Add to Cart", - }, - ], - features: [ - "Mini Quesitos", - "Pineapple Turnovers", - "Butter Cookies", - "Bread Rolls", - ], - }, + { id: "starter-box", badge: "Most Popular", price: "$25.00", subtitle: "A mix of our best mini treats", buttons: [{ text: "Add to Cart" }], features: ["Mini Quesitos", "Pineapple Turnovers", "Butter Cookies", "Bread Rolls"] } ]} title="Bundle & Save" description="Get a mix of our bestsellers and save." @@ -227,21 +107,9 @@ export default function LandingPage() { title="Nationwide Shipping" tag="Delivered Fresh" metrics={[ - { - id: "m1", - value: "USA & PR", - description: "Shipping available", - }, - { - id: "m2", - value: "Fresh", - description: "Specialized packaging", - }, - { - id: "m3", - value: "Free", - description: "On qualifying orders", - }, + { id: "m1", value: "USA & PR", description: "Shipping available" }, + { id: "m2", value: "Fresh", description: "Specialized packaging" }, + { id: "m3", value: "Free", description: "On qualifying orders" } ]} metricsAnimation="slide-up" /> @@ -254,46 +122,11 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Maria G.", - role: "Foodie", - company: "Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-red-lipstick-is-laughing-while-chatting-smartphone-portrait-lady-gray-sweater-with-croissant-her-hands_197531-13456.jpg?_wi=2", - }, - { - id: "2", - name: "John D.", - role: "Fan", - company: "Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/men-checking-stock-pastry-bakery-shop_53876-15918.jpg", - }, - { - id: "3", - name: "Sofia P.", - role: "Subscriber", - company: "Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pleasantly-surprised-girl-having-phone-conversation-eating-dessert-drinking-coffee_8353-6234.jpg", - }, - { - id: "4", - name: "Luis A.", - role: "Regular", - company: "Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-holding-enjoying-paper-wrapped-sandwiches_52683-160704.jpg", - }, - { - id: "5", - name: "Elena R.", - role: "Enthusiast", - company: "Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-red-lipstick-is-laughing-while-chatting-smartphone-portrait-lady-gray-sweater-with-croissant-her-hands_197531-13456.jpg?_wi=3", - }, + { id: "1", name: "Maria G.", role: "Foodie", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-red-lipstick-is-laughing-while-chatting-smartphone-portrait-lady-gray-sweater-with-croissant-her-hands_197531-13456.jpg" }, + { id: "2", name: "John D.", role: "Fan", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/men-checking-stock-pastry-bakery-shop_53876-15918.jpg" }, + { id: "3", name: "Sofia P.", role: "Subscriber", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pleasantly-surprised-girl-having-phone-conversation-eating-dessert-drinking-coffee_8353-6234.jpg" }, + { id: "4", name: "Luis A.", role: "Regular", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-holding-enjoying-paper-wrapped-sandwiches_52683-160704.jpg" }, + { id: "5", name: "Elena R.", role: "Enthusiast", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-red-lipstick-is-laughing-while-chatting-smartphone-portrait-lady-gray-sweater-with-croissant-her-hands_197531-13456.jpg" } ]} title="Loved by Our Customers" description="See why our treats are a staple for celebrations and daily cravings." @@ -303,59 +136,28 @@ export default function LandingPage() {