Update src/pages/HomePage.tsx
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// @ts-nocheck
|
||||
import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import FaqSimple from '@/components/sections/faq/FaqSimple';
|
||||
@@ -16,30 +15,16 @@ export default function HomePage() {
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroCenteredLogos
|
||||
avatarsSrc={[
|
||||
"http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-662.jpg",
|
||||
"http://img.b2bpic.net/free-photo/smiley-colleagues-work-break-time_23-2149308456.jpg",
|
||||
"http://img.b2bpic.net/free-photo/laughing-brunette-woman-stylish-dress-talking-by-mobile-phone-tropical-cafe-near-beach_273443-559.jpg",
|
||||
"http://img.b2bpic.net/free-photo/portrait-stylish-young-korean-woman-sits-cafe-holds-smartphone-smiles-enjoys-coffee-outdoors_1258-123350.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-662.jpg", "http://img.b2bpic.net/free-photo/smiley-colleagues-work-break-time_23-2149308456.jpg", "http://img.b2bpic.net/free-photo/laughing-brunette-woman-stylish-dress-talking-by-mobile-phone-tropical-cafe-near-beach_273443-559.jpg", "http://img.b2bpic.net/free-photo/portrait-stylish-young-korean-woman-sits-cafe-holds-smartphone-smiles-enjoys-coffee-outdoors_1258-123350.jpg"]}
|
||||
avatarText="Loved by coffee enthusiasts"
|
||||
title="Opinion Cafe: A Different Taste, A Different Opinion"
|
||||
description="Experience premium specialty coffee and handcrafted desserts in a refined cinematic atmosphere."
|
||||
primaryButton={{
|
||||
text: "Discover Menu",
|
||||
href: "#menu",
|
||||
}}
|
||||
text: "Discover Menu", href: "#menu"}}
|
||||
secondaryButton={{
|
||||
text: "Our Locations",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Our Locations", href: "#contact"}}
|
||||
names={[
|
||||
"Excellent Coffee",
|
||||
"Signature Desserts",
|
||||
"Open 24/7",
|
||||
"Modern Lounge",
|
||||
"Artisan Brews",
|
||||
"Premium Experience",
|
||||
]}
|
||||
"Excellent Coffee", "Signature Desserts", "Open 24/7", "Modern Lounge", "Artisan Brews", "Premium Experience"]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/charming-caucasian-lady-poses-camera-picture-isolated-dark-blur-background_132075-9595.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -64,40 +49,19 @@ export default function HomePage() {
|
||||
description="Explore our best-sellers from Moodmisu to exclusive coffee boxes."
|
||||
items={[
|
||||
{
|
||||
title: "Moodmisu",
|
||||
description: "Our signature tiramisu reimagined.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25267.jpg",
|
||||
},
|
||||
title: "Moodmisu", description: "Our signature tiramisu reimagined.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25267.jpg"},
|
||||
{
|
||||
title: "Raffaello Berries",
|
||||
description: "A delightful berry fusion.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-healthy-smoothie-bowl-with-fruits-granola_181624-44564.jpg",
|
||||
},
|
||||
title: "Raffaello Berries", description: "A delightful berry fusion.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-healthy-smoothie-bowl-with-fruits-granola_181624-44564.jpg"},
|
||||
{
|
||||
title: "Date Dip",
|
||||
description: "Traditional flavors, luxury twist.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-condiments-concept_23-2148578412.jpg",
|
||||
},
|
||||
title: "Date Dip", description: "Traditional flavors, luxury twist.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-condiments-concept_23-2148578412.jpg"},
|
||||
{
|
||||
title: "Sandwich Boxes",
|
||||
description: "Gourmet convenience for everyone.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-making-drip-fresh-coffee-vintage-coffee-shop_1150-14509.jpg",
|
||||
},
|
||||
title: "Sandwich Boxes", description: "Gourmet convenience for everyone.", imageSrc: "http://img.b2bpic.net/free-photo/man-making-drip-fresh-coffee-vintage-coffee-shop_1150-14509.jpg"},
|
||||
{
|
||||
title: "Coffee Boxes",
|
||||
description: "The perfect blend at home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cups-wooden-boards-assortment_23-2149514267.jpg",
|
||||
},
|
||||
title: "Coffee Boxes", description: "The perfect blend at home.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cups-wooden-boards-assortment_23-2149514267.jpg"},
|
||||
{
|
||||
title: "Artisan Pastries",
|
||||
description: "Freshly baked every single day.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956529.jpg",
|
||||
},
|
||||
title: "Artisan Pastries", description: "Freshly baked every single day.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956529.jpg"},
|
||||
{
|
||||
title: "Specialty Brews",
|
||||
description: "Elite beans, expertly roasted.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-maker-machine-table_23-2148937231.jpg",
|
||||
},
|
||||
title: "Specialty Brews", description: "Elite beans, expertly roasted.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-maker-machine-table_23-2148937231.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -111,40 +75,15 @@ export default function HomePage() {
|
||||
description="See why Khobar makes us their top choice for specialty coffee."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Al-Zahrani",
|
||||
role: "Food Critic",
|
||||
quote: "The Moodmisu is truly an unparalleled culinary experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portriat-beautiful-business-woman-standing_23-2148317282.jpg",
|
||||
},
|
||||
name: "Sarah Al-Zahrani", role: "Food Critic", quote: "The Moodmisu is truly an unparalleled culinary experience.", imageSrc: "http://img.b2bpic.net/free-photo/portriat-beautiful-business-woman-standing_23-2148317282.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ahmed Ibrahim",
|
||||
role: "Barista Mentor",
|
||||
quote: "Their coffee extraction standards are top-tier in Saudi Arabia.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-woman-with-cup-coffee_23-2147925425.jpg",
|
||||
},
|
||||
name: "Ahmed Ibrahim", role: "Barista Mentor", quote: "Their coffee extraction standards are top-tier in Saudi Arabia.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-woman-with-cup-coffee_23-2147925425.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Nora Khalid",
|
||||
role: "Design Enthusiast",
|
||||
quote: "The aesthetic is unmatched, perfect for a cozy afternoon.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-enjoying-working-day-is-having-coffee-break-outdoor-cafe-cheerful-lady-with-coffee-hand_291650-1354.jpg",
|
||||
},
|
||||
name: "Nora Khalid", role: "Design Enthusiast", quote: "The aesthetic is unmatched, perfect for a cozy afternoon.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-enjoying-working-day-is-having-coffee-break-outdoor-cafe-cheerful-lady-with-coffee-hand_291650-1354.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Omar F.",
|
||||
role: "Tech Professional",
|
||||
quote: "Being open 24/7 is a game-changer for my late night work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-blond-dreamy-digital-nomad-sitting-drink-coffee-cafe-urban-co-working-space-look-outside-window-smiling-dreamy-thoughtful-enjoy-break-working-project-freelance-gig-economy-concept_197531-22195.jpg",
|
||||
},
|
||||
name: "Omar F.", role: "Tech Professional", quote: "Being open 24/7 is a game-changer for my late night work.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-blond-dreamy-digital-nomad-sitting-drink-coffee-cafe-urban-co-working-space-look-outside-window-smiling-dreamy-thoughtful-enjoy-break-working-project-freelance-gig-economy-concept_197531-22195.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Layla M.",
|
||||
role: "Event Planner",
|
||||
quote: "The sandwich boxes are elegant and delicious for meetings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-cup-coffee_1187-1544.jpg",
|
||||
},
|
||||
name: "Layla M.", role: "Event Planner", quote: "The sandwich boxes are elegant and delicious for meetings.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-cup-coffee_1187-1544.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -159,19 +98,13 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: Coffee,
|
||||
title: "Specialty Grade",
|
||||
description: "Carefully selected beans from the finest estates.",
|
||||
},
|
||||
title: "Specialty Grade", description: "Carefully selected beans from the finest estates."},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Always Open",
|
||||
description: "Available for you 24/7 in Khobar.",
|
||||
},
|
||||
title: "Always Open", description: "Available for you 24/7 in Khobar."},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Premium Experience",
|
||||
description: "Luxury service in a sophisticated lounge.",
|
||||
},
|
||||
title: "Premium Experience", description: "Luxury service in a sophisticated lounge."},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -185,17 +118,11 @@ export default function HomePage() {
|
||||
description="Have questions? We have answers."
|
||||
items={[
|
||||
{
|
||||
question: "Where is the cafe located?",
|
||||
answer: "We have multiple locations across Khobar, Saudi Arabia.",
|
||||
},
|
||||
question: "Where is the cafe located?", answer: "We have multiple locations across Khobar, Saudi Arabia."},
|
||||
{
|
||||
question: "Are you open 24 hours?",
|
||||
answer: "Yes, all our locations are open 24/7 to serve you.",
|
||||
},
|
||||
question: "Are you open 24 hours?", answer: "Yes, all our locations are open 24/7 to serve you."},
|
||||
{
|
||||
question: "Can I order catering boxes?",
|
||||
answer: "Absolutely! We offer sandwich and coffee boxes for any occasion.",
|
||||
},
|
||||
question: "Can I order catering boxes?", answer: "Absolutely! We offer sandwich and coffee boxes for any occasion."},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -207,13 +134,9 @@ export default function HomePage() {
|
||||
tag="Visit Us"
|
||||
text="Experience the opinion that matters. Visit us in Khobar today."
|
||||
primaryButton={{
|
||||
text: "Follow on Instagram",
|
||||
href: "https://instagram.com/byopinion",
|
||||
}}
|
||||
text: "Follow on Instagram", href: "https://instagram.com/byopinion"}}
|
||||
secondaryButton={{
|
||||
text: "Contact Support",
|
||||
href: "mailto:info@byopinion.com",
|
||||
}}
|
||||
text: "Contact Support", href: "mailto:info@byopinion.com"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user