diff --git a/src/app/page.tsx b/src/app/page.tsx
index ce3b2dd..400829a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,144 +32,82 @@ export default function LandingPage() {
@@ -195,41 +133,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Classic Croissant",
- price: "$4.50",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-dessert-with-coconut-candies-dark-surface-cake-pie-dessert-sweet-candy-tea_140725-117712.jpg",
- },
+ id: "1", name: "Classic Croissant", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-dessert-with-coconut-candies-dark-surface-cake-pie-dessert-sweet-candy-tea_140725-117712.jpg"},
{
- id: "2",
- name: "Signature Latte",
- price: "$5.75",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-coffee-cup_23-2148892840.jpg",
- },
+ id: "2", name: "Signature Latte", price: "$5.75", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-coffee-cup_23-2148892840.jpg"},
{
- id: "3",
- name: "Tropical Smoothie",
- price: "$7.00",
- imageSrc: "http://img.b2bpic.net/free-photo/blue-drink-with-ice-cubes-long-umbrella-decorated-glass_23-2148145349.jpg",
- },
+ id: "3", name: "Tropical Smoothie", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/blue-drink-with-ice-cubes-long-umbrella-decorated-glass_23-2148145349.jpg"},
{
- id: "4",
- name: "Avocado Toast",
- price: "$9.50",
- imageSrc: "http://img.b2bpic.net/free-photo/plate-with-avocado-seeds-toast_23-2148574585.jpg",
- },
+ id: "4", name: "Avocado Toast", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-avocado-seeds-toast_23-2148574585.jpg"},
{
- id: "5",
- name: "Chocolate Muffin",
- price: "$3.75",
- imageSrc: "http://img.b2bpic.net/free-photo/cookies-candy-bowls-cup-tea_114579-44715.jpg",
- },
+ id: "5", name: "Chocolate Muffin", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/cookies-candy-bowls-cup-tea_114579-44715.jpg"},
{
- id: "6",
- name: "Iced Island Tea",
- price: "$4.25",
- imageSrc: "http://img.b2bpic.net/free-photo/ice-tea-wooden-table-green-garden-relax-with-beverage-nature-concept_1150-13521.jpg",
- },
+ id: "6", name: "Iced Island Tea", price: "$4.25", imageSrc: "http://img.b2bpic.net/free-photo/ice-tea-wooden-table-green-garden-relax-with-beverage-nature-concept_1150-13521.jpg"},
]}
title="Island Favorites"
description="Hand-crafted pastries and specialty brews designed for your perfect island morning."
@@ -243,53 +157,23 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Sarah Miller",
- handle: "@sarah_m",
- testimonial: "The best coffee in the city! Love the island vibes.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-dreamy-smiling-young-woman-drinks-coffee-looks-thoughtful-stands-kitchen_1258-198166.jpg",
- },
+ id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "The best coffee in the city! Love the island vibes.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-dreamy-smiling-young-woman-drinks-coffee-looks-thoughtful-stands-kitchen_1258-198166.jpg"},
{
- id: "2",
- name: "David Wu",
- handle: "@david_wu",
- testimonial: "My daily routine starts with a Cubn latte.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/carefree-girls-cafe_1098-14378.jpg",
- },
+ id: "2", name: "David Wu", handle: "@david_wu", testimonial: "My daily routine starts with a Cubn latte.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/carefree-girls-cafe_1098-14378.jpg"},
{
- id: "3",
- name: "Elena Rodriguez",
- handle: "@elena_r",
- testimonial: "Avocado toast is divine. So fresh and healthy.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149303937.jpg",
- },
+ id: "3", name: "Elena Rodriguez", handle: "@elena_r", testimonial: "Avocado toast is divine. So fresh and healthy.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149303937.jpg"},
{
- id: "4",
- name: "Mark Stevens",
- handle: "@mark_s",
- testimonial: "Very friendly staff and consistent quality.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/lovely-women-speaking-cafe_23-2147785300.jpg",
- },
+ id: "4", name: "Mark Stevens", handle: "@mark_s", testimonial: "Very friendly staff and consistent quality.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/lovely-women-speaking-cafe_23-2147785300.jpg"},
{
- id: "5",
- name: "Sophie Clark",
- handle: "@sophie_c",
- testimonial: "A true hidden gem for breakfast lovers.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-orange-juice_1157-32296.jpg",
- },
+ id: "5", name: "Sophie Clark", handle: "@sophie_c", testimonial: "A true hidden gem for breakfast lovers.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-orange-juice_1157-32296.jpg"},
{
- id: "6",
- name: "Liam Jones",
- handle: "@liam_j",
- testimonial: "Love the atmosphere and the music choices.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/good-day-only-with-good-coffee_329181-2927.jpg",
- },
+ id: "6", name: "Liam Jones", handle: "@liam_j", testimonial: "Love the atmosphere and the music choices.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/good-day-only-with-good-coffee_329181-2927.jpg"},
]}
showRating={true}
title="Voices of Cubn Island"
@@ -303,20 +187,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "Do you offer vegan options?",
- content: "Yes, we feature several vegan pastry and milk alternatives.",
- },
+ id: "q1", title: "Do you offer vegan options?", content: "Yes, we feature several vegan pastry and milk alternatives."},
{
- id: "q2",
- title: "Do you have free Wi-Fi?",
- content: "Yes, high-speed Wi-Fi is available for all guests.",
- },
+ id: "q2", title: "Do you have free Wi-Fi?", content: "Yes, high-speed Wi-Fi is available for all guests."},
{
- id: "q3",
- title: "Are you dog friendly?",
- content: "Absolutely! We welcome dogs on our outdoor terrace.",
- },
+ id: "q3", title: "Are you dog friendly?", content: "Absolutely! We welcome dogs on our outdoor garden terrace."},
]}
title="Common Inquiries"
description="Find answers to our most popular questions."
@@ -329,14 +204,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
- "Microsoft",
- "Google",
- "Apple",
- "Nike",
- "Adidas",
- "Tesla",
- "Amazon",
- ]}
+ "Microsoft", "Google", "Apple", "Nike", "Adidas", "Tesla", "Amazon"]}
title="Trusted Partners"
description="Collaborating with quality-focused brands."
/>
@@ -346,8 +214,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file