Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 52899b643a | |||
| 569f812cc4 | |||
| 38754044b0 |
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
||||
{ id: "ex-2", name: "Tom B.", date: "2024-04", title: "Great Vibe", quote: "Warm atmosphere and friendly service every time.", tag: "Local", avatarSrc: "http://img.b2bpic.net/indoor-shot-happy-bearded-man-with-specific-appearance-uses-tablet-computer_273609-8927.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5285.jpg" },
|
||||
{ id: "ex-3", name: "Maria L.", date: "2024-05", title: "Hidden Gem", quote: "Best flat white in Harefield, hands down.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-smiling-woman-holding-cup-coffee-posing-kitchen-enjoying_1258-198203.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-drinks-coffee-stands-kitchen-enjoys-delicious-cup-cappuccino_1258-198198.jpg" },
|
||||
{ id: "ex-4", name: "James H.", date: "2024-03", title: "Community Focus", quote: "You can feel the local love in every cup.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-goodlooking-young-woman-bathrobe-standing-kitchen-drinking-coffee-smiling_1258-198149.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-smiling-modern-woman-starts-her-day-with-morning-mug-tea-girl-drinking-coffee_1258-198139.jpg" },
|
||||
{ id: "ex-5", name: "Lisa G.", date: "2024-06", title: "Tasty Treats", quote: "Don't miss the cakes, they are homemade perfection.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg", imageSrc: "http://img.b2bpic.net/couple-enjoying-food-restaurant_23-2149269187.jpg" },
|
||||
{ id: "ex-5", name: "Lisa G.", date: "2024-06", title: "Tasty Treats", quote: "Don't miss the cakes, they are homemade perfection.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/young-friends-having-laugh-together_23-2148395336.jpg", imageSrc: "http://img.b2bpic.net/couple-enjoying-food-restaurant_23-2149269187.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -89,6 +89,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
sideTitle="Frequently Asked"
|
||||
sideDescription="Everything you need to know about your café."
|
||||
buttons={[{ text: "Visit Us", href: "/contact" }]}
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{ id: "faq-1", title: "Do you have Wi-Fi?", content: "Yes, we offer complimentary high-speed guest Wi-Fi." },
|
||||
@@ -124,4 +125,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user