diff --git a/src/app/page.tsx b/src/app/page.tsx index 7cf4b96..f13e326 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -58,60 +48,34 @@ export default function LandingPage() {
@@ -121,9 +85,7 @@ export default function LandingPage() { title="A Little Bakery. A Whole Lot of Love." buttons={[ { - text: "Learn More", - href: "#", - }, + text: "Learn More", href: "#"}, ]} /> @@ -136,29 +98,13 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - name: "Classic Glazed", - price: "$2.50", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-appetizing-pink-donut-wooden-background_169016-27113.jpg", - }, + id: "1", name: "Classic Glazed", price: "$2.50", imageSrc: "https://img.freepik.com/free-photo/tasty-glazed-donuts-dark-surface_23-2148280382.jpg"}, { - id: "2", - name: "Apple Fritter", - price: "$3.50", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cakes-pineapple-ring-shape-with-milk-dark-surface_179666-44090.jpg", - }, + id: "2", name: "Strawberry Frosted", price: "$3.50", imageSrc: "https://img.freepik.com/free-photo/donuts-with-pink-glaze-sprinkles_23-2148280386.jpg"}, { - id: "3", - name: "Mochi Donuts", - price: "$3.00", - imageSrc: "http://img.b2bpic.net/free-photo/texture-delicious-cake_23-2147840337.jpg", - }, + id: "3", name: "Mochi Matcha", price: "$3.00", imageSrc: "https://img.freepik.com/free-photo/matcha-glazed-donut_23-2148280388.jpg"}, { - id: "4", - name: "Chocolate Twist", - price: "$2.75", - imageSrc: "http://img.b2bpic.net/free-photo/plate-with-dark-chocolate-icing-donuts_23-2147895865.jpg?_wi=2", - }, + id: "4", name: "Double Chocolate", price: "$2.75", imageSrc: "https://img.freepik.com/free-photo/chocolate-donuts-sprinkles_23-2148280391.jpg"}, ]} title="What's Fresh Today" description="Our classics are perfection. Our specialties are unforgettable." @@ -172,26 +118,8 @@ export default function LandingPage() { rating={5} author="David L., Google" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg", - alt: "Sarah K.", - }, - { - src: "http://img.b2bpic.net/free-photo/young-crazy-man-happy-expression_1194-1930.jpg", - alt: "Mark R.", - }, - { - src: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110825.jpg", - alt: "Elena P.", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-woman-giving-thumbs-up-down-gray-wall_114579-63366.jpg", - alt: "David L.", - }, - { - src: "http://img.b2bpic.net/free-photo/beautiful-lady-covering-her-eye-with-donut_23-2148316380.jpg", - alt: "Jenny H.", - }, + { src: "https://img.freepik.com/free-photo/tasty-donuts-table_23-2148280383.jpg", alt: "Donut lover" }, + { src: "https://img.freepik.com/free-photo/donuts-with-glaze-wooden-board_23-2148280390.jpg", alt: "Donut lover" } ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" @@ -205,22 +133,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Custom Assortments", - description: "Tailored flavor selections for your event.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tray-with-christmas-cookies_1187-679.jpg?_wi=1", - }, + title: "Custom Assortments", description: "Tailored flavor selections for your event.", imageSrc: "https://img.freepik.com/free-photo/donuts-tray-box_23-2148280384.jpg"}, { id: 2, - title: "Fresh Morning Delivery", - description: "Reliable delivery for office breakfast.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tray-with-christmas-cookies_1187-679.jpg?_wi=2", - }, + title: "Fresh Morning Delivery", description: "Reliable delivery for office breakfast.", imageSrc: "https://img.freepik.com/free-photo/donut-box-delivery_23-2148280389.jpg"}, { id: 3, - title: "Special Event Setup", - description: "Beautifully presented spreads.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tray-with-christmas-cookies_1187-679.jpg?_wi=3", - }, + title: "Special Event Setup", description: "Beautifully presented spreads.", imageSrc: "https://img.freepik.com/free-photo/donuts-party-table_23-2148280392.jpg"}, ]} title="Make Any Occasion a Little Sweeter" description="Whether you need a dozen for the morning meeting or a hundred for your next big event, our catering team will make sure every donut is baked fresh and beautifully presented." @@ -233,22 +152,14 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "Dainty Donuts - Alamo", - content: "115 Alamo Plaza, Suite B, Alamo, CA 94507. Open Daily 6 AM - 1 PM.", - }, + id: "1", title: "Dainty Donuts - Alamo", content: "115 Alamo Plaza, Suite B, Alamo, CA 94507. Open Daily 6 AM - 1 PM."}, { - id: "2", - title: "Dainty Donuts - San Ramon", - content: "2415 San Ramon Valley Blvd, Suite 14, San Ramon, CA 94583. Open Daily 6 AM - 1 PM.", - }, + id: "2", title: "Dainty Donuts - San Ramon", content: "2415 San Ramon Valley Blvd, Suite 14, San Ramon, CA 94583. Open Daily 6 AM - 1 PM."}, ]} ctaTitle="Come Say Hi" ctaDescription="Visit us at either Alamo or San Ramon locations." ctaButton={{ - text: "Get Directions", - href: "#", - }} + text: "Get Directions", href: "#"}} ctaIcon={MapPin} /> @@ -257,13 +168,9 @@ export default function LandingPage() {