Update src/app/page.tsx
This commit is contained in:
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/details-set-table-with-focus-goblets_8353-9922.jpg", imageAlt: "Elegant dining setup"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/details-set-table-with-focus-goblets_8353-9922.jpg?_wi=1", imageAlt: "Elegant dining setup"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -69,7 +69,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "1", title: "Excellent Quality", quote: "Excellent quality food", name: "Sarah Ahmed", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg"},
|
||||
{
|
||||
id: "2", title: "Great Vibe", quote: "Good environment", name: "Rahim Khan", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg"},
|
||||
id: "2", title: "Great Vibe", quote: "Good environment", name: "Rahim Khan", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1"},
|
||||
{
|
||||
id: "3", title: "Feels Like Home", quote: "Feels like home, perfect for meals", name: "Fatima Begum", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-gorgeous-stylish-businesswoman-with-cellphone-intently-looking-away-coffee-break-cafe-street_574295-4058.jpg"},
|
||||
{
|
||||
@@ -108,7 +108,7 @@ export default function LandingPage() {
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/flexitarian-diet-food-assortment_23-2148955496.jpg"},
|
||||
{
|
||||
id: "p2", brand: "Signature", name: "Chinese Special", price: "$18", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/seafood-salad-table_140725-9980.jpg"},
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/seafood-salad-table_140725-9980.jpg?_wi=1"},
|
||||
{
|
||||
id: "p3", brand: "Signature", name: "Family Feast", price: "$45", rating: 5,
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-beef-medallion-with-sauce-vegetables-white-plate-table_140725-11584.jpg"},
|
||||
@@ -125,13 +125,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Birthday Parties", description: "Custom packages for every age.", imageSrc: "http://img.b2bpic.net/free-photo/details-set-table-with-focus-goblets_8353-9922.jpg", imageAlt: "Birthday party setup"},
|
||||
title: "Birthday Parties", description: "Custom packages for every age.", imageSrc: "http://img.b2bpic.net/free-photo/details-set-table-with-focus-goblets_8353-9922.jpg?_wi=2", imageAlt: "Birthday party setup"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Engagements", description: "Intimate settings for your special day.", imageSrc: "http://img.b2bpic.net/free-photo/seafood-salad-table_140725-9980.jpg", imageAlt: "Engagement dinner"},
|
||||
title: "Engagements", description: "Intimate settings for your special day.", imageSrc: "http://img.b2bpic.net/free-photo/seafood-salad-table_140725-9980.jpg?_wi=2", imageAlt: "Engagement dinner"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Corporate Events", description: "Professional setup for meetings.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Corporate meeting"},
|
||||
title: "Corporate Events", description: "Professional setup for meetings.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Corporate meeting"},
|
||||
]}
|
||||
title="Perfect Venue for Every Occasion"
|
||||
description="From birthdays to corporate events, we provide the perfect space."
|
||||
|
||||
Reference in New Issue
Block a user