diff --git a/src/app/page.tsx b/src/app/page.tsx index 372c371..2fdaec5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -56,51 +46,28 @@ export default function LandingPage() {
@@ -112,32 +79,20 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Surfer Favorite", - descriptions: [ - "Our signature light roast inspired by morning surf sessions.", + id: "f1", title: "Surfer Favorite", descriptions: [ + "Our signature light roast inspired by morning surf sessions.", "Fuel your ride with beans that capture the coastal energy of the early morning." ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=iufsl1", - imageAlt: "latte art surf cafe coffee", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=iufsl1", imageAlt: "latte art surf cafe coffee"}, { - id: "f2", - title: "Locally Sourced", - descriptions: [ - "Fresh beans roasted in Melbourne, FL.", + id: "f2", title: "Locally Sourced", descriptions: [ + "Fresh beans roasted in Melbourne, FL.", "Roasted in small batches to preserve peak coastal flavor." ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b3zu0b", - imageAlt: "fresh roasted coffee beans bowl", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b3zu0b", imageAlt: "fresh roasted coffee beans bowl"}, { - id: "f3", - title: "Community Vibe", - descriptions: [ - "A gathering spot for locals and travelers alike.", + id: "f3", title: "Community Vibe", descriptions: [ + "A gathering spot for locals and travelers alike.", "Built for connection and conversation right by the ocean air." ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1vhynb", - imageAlt: "community coffee shop people", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1vhynb", imageAlt: "community coffee shop people"}, ]} title="Locally Roasted & Loved" description="Experience the best of the Space Coast in every cup." @@ -152,25 +107,15 @@ export default function LandingPage() { author="Sarah M., Local Surfer" avatars={[ { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kr4ies", - alt: "happy local female customer portrait", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kr4ies", alt: "happy local female customer portrait"}, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=anyb52", - alt: "smiling male surfer portrait coffee", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=anyb52", alt: "smiling male surfer portrait coffee"}, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u385j1", - alt: "happy female visitor portrait", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u385j1", alt: "happy female visitor portrait"}, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u8jvkg", - alt: "friendly surfer guy cafe portrait", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u8jvkg", alt: "friendly surfer guy cafe portrait"}, { - src: "asset://testimonial-extra-1", - alt: "relaxed cafe customer", - }, + src: "asset://testimonial-extra-1", alt: "relaxed cafe customer"}, ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" @@ -186,25 +131,12 @@ export default function LandingPage() { description="Join our local community for exclusive perks." plans={[ { - id: "p1", - badge: "Daily", - price: "$20", - subtitle: "Monthly access to drip coffee.", - features: [ - "Unlimited Drip Coffee", - "10% off Pastries", - ], + id: "p1", badge: "Daily", price: "$20", subtitle: "Monthly access to drip coffee.", features: [ + "Unlimited Drip Coffee", "10% off Pastries"], }, { - id: "p2", - badge: "Premium", - price: "$45", - subtitle: "All drinks included.", - features: [ - "Any Coffee/Latte", - "Free Pastry Weekly", - "Community Events", - ], + id: "p2", badge: "Premium", price: "$45", subtitle: "All drinks included.", features: [ + "Any Coffee/Latte", "Free Pastry Weekly", "Community Events"], }, ]} /> @@ -219,19 +151,9 @@ export default function LandingPage() { description="The folks making your morning better." team={[ { - id: "t1", - name: "Alex", - role: "Head Barista", - imageSrc: "asset://team-1", - imageAlt: "barista portrait", - }, + id: "t1", name: "Alex", role: "Head Barista", imageSrc: "asset://team-1", imageAlt: "barista portrait"}, { - id: "t2", - name: "Sam", - role: "Roaster", - imageSrc: "asset://team-2", - imageAlt: "roaster portrait", - }, + id: "t2", name: "Sam", role: "Roaster", imageSrc: "asset://team-2", imageAlt: "roaster portrait"}, ]} /> @@ -241,42 +163,27 @@ export default function LandingPage() { logoText="Indialantic Coffee" columns={[ { - title: "Menu", - items: [ + title: "Menu", items: [ { - label: "Espresso", - href: "/menu", - }, + label: "Espresso", href: "/menu"}, { - label: "Pastries", - href: "/menu", - }, + label: "Pastries", href: "/menu"}, ], }, { - title: "Visit", - items: [ + title: "Visit", items: [ { - label: "Location", - href: "/location", - }, + label: "Location", href: "/location"}, { - label: "Hours", - href: "/location", - }, + label: "Hours", href: "/location"}, ], }, { - title: "Social", - items: [ + title: "Social", items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, ], }, ]} @@ -285,4 +192,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file