Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b58eca22cd | |||
| 30b6baf89a | |||
| 497d15a3bb |
@@ -6,10 +6,11 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { Star } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -109,29 +110,25 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardSixteen
|
||||
<TestimonialCardOne
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Johnson", role: "Regular Customer", company: "El Segundo Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-confident-young-woman-working-retail-business-industry-promote-company-advertise-join-her-team-smiling-self-assured-pleased-camera-stand-hall_197531-22167.jpg", imageAlt: "Sarah Johnson" },
|
||||
{ id: "2", name: "Michael Chen", role: "Breakfast Enthusiast", company: "Weekly Visitor", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Michael Chen" },
|
||||
{ id: "3", name: "Emily Rodriguez", role: "Office Manager", company: "Local Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg", imageAlt: "Emily Rodriguez" },
|
||||
{ id: "4", name: "David Kim", role: "Food Blogger", company: "Restaurant Reviewer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-portrait-with-hands-crossed_158595-2940.jpg", imageAlt: "David Kim" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "4.5", label: "Google Rating" },
|
||||
{ value: "364+", label: "Reviews" },
|
||||
{ value: "10+", label: "Years Serving" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="What Our Guests Love"
|
||||
description="Fresh food, friendly servers, and a pleasant atmosphere make Metro Cafe the perfect choice for breakfast and lunch."
|
||||
tag="Reviews"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
<FaqDouble
|
||||
faqs={[
|
||||
{ id: "1", title: "What are your hours?", content: "We're open for breakfast and lunch daily. Monday-Friday 7am-3pm, Saturday-Sunday 8am-4pm. Closed holidays." },
|
||||
{ id: "2", title: "Do you offer catering?", content: "Yes! We'd love to cater your next event. Call us at (555) 123-4567 or email hello@metrocafe.com for custom catering packages." },
|
||||
@@ -139,12 +136,9 @@ export default function LandingPage() {
|
||||
{ id: "4", title: "Are there vegetarian options?", content: "We have many vegetarian-friendly dishes including omelets, pancakes, salads, and sandwiches. Ask our staff for recommendations!" },
|
||||
{ id: "5", title: "Do you accept reservations?", content: "We operate on a first-come, first-served basis, but tables typically move quickly. We also have convenient parking available." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-asian-entrepreneur-independent-coffee-shop-owner-wearing-apron-working-cafe_1258-199206.jpg"
|
||||
imageAlt="Metro Cafe friendly staff"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about Metro Cafe."
|
||||
tag="FAQ"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -199,4 +193,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user