diff --git a/src/app/page.tsx b/src/app/page.tsx index 6223c15..fa1e3c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,7 +41,7 @@ export default function LandingPage() {
@@ -73,7 +73,7 @@ export default function LandingPage() { { id: "p6", brand: "Classic", name: "Mediterranean Veggie", price: "115 TL", rating: 4, reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/vegan-rice-paper-rolls-with-vegetables-sesam-served-plate-ready-eat_1220-6885.jpg" }, ]} title="Our Signature Wraps" - description="Taste the legend. Our wraps are crafted with love and fresh, local ingredients." + description="Fresh ingredients, bold flavors, and legendary recipes that define Dalyan." />
@@ -90,21 +90,21 @@ export default function LandingPage() { { id: "4", name: "David Smith", role: "Tourist", company: "USA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-executives-having-meal_1170-1740.jpg" }, { id: "5", name: "Amelia White", role: "Blogger", company: "Australia", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156202.jpg?_wi=2" }, ]} - title="5-Star Memories" - description="What our guests say about us" + title="5-Star Social Proof" + description="Trusted by travelers and locals alike for the best wraps in the region." />
@@ -120,4 +120,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file