Update src/app/page.tsx
This commit is contained in:
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
title="Authentic Roots"
|
||||
description="Located in Hoschton, GA, Casa Rica brings traditional flavors to your table. From dine-in to delivery, we serve every meal with passion."
|
||||
metrics={[{ value: "10 PM", title: "Open Daily" }, { value: "(706) 658-0030", title: "Call Us" }]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/mexican-tacos-with-meat-vegetables_23-2148281358.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DdvfMHwAnAgRia80LlL5Mv9sWF/uploaded-1778627236392-3k4gwhsr.png"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -62,8 +62,8 @@ export default function LandingPage() {
|
||||
title="Menu Highlights"
|
||||
description="Our customer favorites, served fresh daily."
|
||||
products={[
|
||||
{ id: "1", name: "Mexican Guacamole Dip", price: "$9.99", imageSrc: "https://img.b2bpic.net/free-photo/guacamole-bowl_23-2148332222.jpg" },
|
||||
{ id: "2", name: "Chicken Wings", price: "$12.99", imageSrc: "https://img.b2bpic.net/free-photo/chicken-wings_23-2148281358.jpg" }
|
||||
{ id: "1", name: "Mexican Guacamole Dip", price: "$9.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DdvfMHwAnAgRia80LlL5Mv9sWF/uploaded-1778627236392-3k4gwhsr.png" },
|
||||
{ id: "2", name: "Chicken Wings", price: "$12.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DdvfMHwAnAgRia80LlL5Mv9sWF/uploaded-1778627223247-xynfe0ka.png" }
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
cardTitle="What Our Diners Say"
|
||||
cardTitle="What Our Dinners Say"
|
||||
cardTag="Testimonials"
|
||||
testimonials={[
|
||||
{ id: "1", name: "Alex P.", imageSrc: "https://i.pravatar.cc/150?u=1" },
|
||||
|
||||
Reference in New Issue
Block a user