diff --git a/src/app/page.tsx b/src/app/page.tsx index b2ea260..5a081ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,18 +34,12 @@ export default function LandingPage() { @@ -173,10 +120,6 @@ export default function LandingPage() { description="Find us on these social platforms." names={["Instagram", "TikTok", "Twitter", "Threads"]} textboxLayout="split" - buttons={[ - { text: "Follow Instagram", href: "https://instagram.com/sluggish" }, - { text: "Follow TikTok", href: "https://tiktok.com" } - ]} /> @@ -186,30 +129,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} plans={[ - { - id: "coffee", badge: "Popular", price: "KWD 1-2", subtitle: "Single shot beverages", buttons: [ - { - text: "View Menu", href: "#products"}, - ], - features: [ - "V60 Drip", "Espresso", "Flat White"], - }, - { - id: "specialty", badge: "Signature", price: "KWD 2-3", subtitle: "Crafted signatures", buttons: [ - { - text: "View Menu", href: "#products"}, - ], - features: [ - "Ube Matcha", "Strawberry Matcha", "Specialty Lattes"], - }, - { - id: "snacks", badge: "Snacks", price: "KWD 1-2", subtitle: "Sweet treats", buttons: [ - { - text: "View Menu", href: "#products"}, - ], - features: [ - "Fudgy Brownies", "Mock Muffins"], - }, + { id: "coffee", badge: "Popular", price: "KWD 1-2", subtitle: "Single shot beverages", buttons: [{ text: "View Menu", href: "#products" }], features: ["V60 Drip", "Espresso", "Flat White"] }, + { id: "specialty", badge: "Signature", price: "KWD 2-3", subtitle: "Crafted signatures", buttons: [{ text: "View Menu", href: "#products" }], features: ["Ube Matcha", "Strawberry Matcha", "Specialty Lattes"] }, + { id: "snacks", badge: "Snacks", price: "KWD 1-2", subtitle: "Sweet treats", buttons: [{ text: "View Menu", href: "#products" }], features: ["Fudgy Brownies", "Mock Muffins"] } ]} title="Affordable Quality" description="Premium specialty coffee experience at accessible prices." @@ -222,16 +144,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "t1", name: "Adrian Mylrea", role: "Coffee Enthusiast", testimonial: "Great matcha, lovely service and happy to have the company of the cute cats.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg"}, - { - id: "t2", name: "Noor Shames", role: "Local Guide", testimonial: "Unique coffee shop experience. High quality drinks crafted with love.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-writing-planner-cafe-table-morning_1098-20099.jpg"}, - { - id: "t3", name: "BasmaKhan", role: "Remote Worker", testimonial: "Loved the ambiance and atmosphere, very peaceful, welcoming and bright.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-drinking-coffee_23-2148395475.jpg"}, - { - id: "t4", name: "Sarah Alsaffar", role: "Regular", testimonial: "One of my all time favorite places to hang. Fun and friendly staff.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-woman-with-cup-coffee_23-2147925425.jpg"}, - { - id: "t5", name: "Alex Robu", role: "Coffee Lover", testimonial: "One of the best FlatWhite coffee that I did drink in Kuwait.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-drinking-coffee_158595-1111.jpg"}, + { id: "t1", name: "Adrian Mylrea", role: "Coffee Enthusiast", testimonial: "Great matcha, lovely service and happy to have the company of the cute cats.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg" }, + { id: "t2", name: "Noor Shames", role: "Local Guide", testimonial: "Unique coffee shop experience. High quality drinks crafted with love.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-writing-planner-cafe-table-morning_1098-20099.jpg" }, + { id: "t3", name: "BasmaKhan", role: "Remote Worker", testimonial: "Loved the ambiance and atmosphere, very peaceful, welcoming and bright.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-drinking-coffee_23-2148395475.jpg" } ]} title="Loved by the community" description="What our guests in Salmiya are saying." @@ -243,12 +158,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "q1", title: "What are your opening hours?", content: "We are open daily from 6:00 AM to 10:00 PM (Fridays 8:00 AM - 12:00 AM)."}, - { - id: "q2", title: "Do you have Wi-Fi?", content: "Yes, we provide free Wi-Fi for all our guests visiting us."}, - { - id: "q3", title: "Is the place pet-friendly?", content: "We are cat-friendly and love having our feline friends around!"}, + { id: "q1", title: "What are your opening hours?", content: "We are open daily from 6:00 AM to 10:00 PM (Fridays 8:00 AM - 12:00 AM)." }, + { id: "q2", title: "Do you have Wi-Fi?", content: "Yes, we provide free Wi-Fi for all our guests visiting us." }, + { id: "q3", title: "Is the place pet-friendly?", content: "We are cat-friendly and love having our feline friends around!" } ]} title="Frequently Asked Questions" description="Everything you need to know about your visit." @@ -259,14 +171,11 @@ export default function LandingPage() {
@@ -274,30 +183,9 @@ export default function LandingPage() {