Merge version_2 into main #4
1410
src/app/layout.tsx
1410
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -58,13 +58,16 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marcus Johnson", handle: "Food Critic", testimonial: "The best grilled steaks in the city. An absolute must-visit!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Sarah Chen", handle: "Local Diner", testimonial: "Exceptional flavors and impeccable service every single time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19603.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19603.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "David Thompson", handle: "Chef & Friend", testimonial: "A masterclass in grilling. Consistently outstanding quality.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg?_wi=1"
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
/>
|
||||
@@ -103,13 +106,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1", title: "Prime & Choice Steaks", content: "Hand-cut from the finest suppliers. Our signature ribeyes, New York strips, and filets are aged to perfection and grilled over hardwood flames for an incomparable crust and tender interior."},
|
||||
id: "1", title: "Prime & Choice Steaks", content: "Hand-cut from the finest suppliers. Our signature ribeyes, New York strips, and filets are aged to perfection and grilled over hardwood flames for an incomparable crust and tender interior."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Fresh Grilled Seafood", content: "From Atlantic salmon to wild-caught halibut, our seafood selection features the day's finest catches. Seasoned simply and grilled to highlight natural flavors."},
|
||||
id: "2", title: "Fresh Grilled Seafood", content: "From Atlantic salmon to wild-caught halibut, our seafood selection features the day's finest catches. Seasoned simply and grilled to highlight natural flavors."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Wood-Fired Vegetables", content: "Locally-sourced seasonal vegetables charred on our custom grill. A perfect complement to any entrée or enjoyed as a standalone dish."},
|
||||
id: "3", title: "Wood-Fired Vegetables", content: "Locally-sourced seasonal vegetables charred on our custom grill. A perfect complement to any entrée or enjoyed as a standalone dish."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Craft Cocktails", content: "Our mixologists create drinks that pair perfectly with grilled cuisine. From classic Old Fashioneds to creative seasonal specials."},
|
||||
id: "4", title: "Craft Cocktails", content: "Our mixologists create drinks that pair perfectly with grilled cuisine. From classic Old Fashioneds to creative seasonal specials."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,13 +125,17 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg?_wi=2", imageAlt: "Marcus Johnson"},
|
||||
id: "1", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg?_wi=2", imageAlt: "Marcus Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19603.jpg?_wi=2", imageAlt: "Sarah Chen"},
|
||||
id: "2", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19603.jpg?_wi=2", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg?_wi=2", imageAlt: "David Thompson"},
|
||||
id: "3", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg?_wi=2", imageAlt: "David Thompson"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-man-restaurant_23-2147689185.jpg", imageAlt: "Emily Rodriguez"},
|
||||
id: "4", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-man-restaurant_23-2147689185.jpg", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
]}
|
||||
cardTitle="Join thousands of satisfied guests who've experienced Garwood Grill excellence"
|
||||
cardTag="Trusted by Our Community"
|
||||
@@ -138,22 +149,27 @@ export default function LandingPage() {
|
||||
<ContactFaq
|
||||
ctaTitle="Ready to Dine With Us?"
|
||||
ctaDescription="Book your reservation now and experience premium grilling excellence. Call us or reserve online."
|
||||
ctaButton={{ text: "Reserve Table", href: "https://example.com/reservation" }}
|
||||
ctaButton={{ text: "Book Your Reservation", href: "https://example.com/reservation" }}
|
||||
ctaIcon={Phone}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
accordionAnimationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What are your hours?", content: "We're open Tuesday-Thursday 5pm-10pm, Friday-Saturday 5pm-11pm, and Sunday 5pm-9pm. We're closed Mondays for team training and preparation."},
|
||||
id: "1", title: "What are your hours?", content: "We're open Tuesday-Thursday 5pm-10pm, Friday-Saturday 5pm-11pm, and Sunday 5pm-9pm. We're closed Mondays for team training and preparation."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do you accept reservations?", content: "Yes! We highly recommend reservations, especially for weekends. You can reserve online through our website or call us directly at (555) 123-4567."},
|
||||
id: "2", title: "Do you accept reservations?", content: "Yes! We highly recommend reservations, especially for weekends. You can reserve online through our website or call us directly at (555) 123-4567."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Is there a dress code?", content: "Smart casual is recommended. No athletic wear or flip-flops, please. We want everyone to feel comfortable in our warm, welcoming atmosphere."},
|
||||
id: "3", title: "Is there a dress code?", content: "Smart casual is recommended. No athletic wear or flip-flops, please. We want everyone to feel comfortable in our warm, welcoming atmosphere."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Do you accommodate dietary restrictions?", content: "Absolutely. Our chef is happy to work with vegetarian, vegan, gluten-free, and other dietary needs. Please mention any restrictions when reserving or upon arrival."},
|
||||
id: "4", title: "Do you accommodate dietary restrictions?", content: "Absolutely. Our chef is happy to work with vegetarian, vegan, gluten-free, and other dietary needs. Please mention any restrictions when reserving or upon arrival."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Do you have private dining?", content: "Yes, we offer private dining options for groups of 12 or more. Contact us directly to discuss your event and pricing."},
|
||||
id: "5", title: "Do you have private dining?", content: "Yes, we offer private dining options for groups of 12 or more. Contact us directly to discuss your event and pricing."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user