Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-chrysanthemums-hang-threads-from-ceiling-dinner-hall_1304-3325.jpg", imageAlt: "Luxury wedding stage decoration"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-table-decorations_1303-10511.jpg", imageAlt: "Beautiful wedding celebration"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-table-decorations_1303-10511.jpg?_wi=1", imageAlt: "Beautiful wedding celebration"
|
||||
}
|
||||
]}
|
||||
rating={5}
|
||||
@@ -112,7 +112,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Premium Events", name: "Marriage & Weddings", price: "Complete Package", rating: 5,
|
||||
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/wedding-table-decorations_1303-10511.jpg", imageAlt: "Beautiful wedding celebration"
|
||||
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/wedding-table-decorations_1303-10511.jpg?_wi=2", imageAlt: "Beautiful wedding celebration"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Premium Events", name: "House Warming", price: "Complete Package", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user