3 Commits

Author SHA1 Message Date
9ffac1f9f6 Merge version_2 into main
Merge version_2 into main
2026-01-04 08:44:19 +00:00
bda696ad95 Update src/app/page.tsx 2026-01-04 08:44:14 +00:00
05e37c024e Merge version_1 into main
Merge version_1 into main
2026-01-04 08:37:50 +00:00
2 changed files with 6 additions and 5 deletions

View File

@@ -1265,4 +1265,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -83,7 +83,8 @@ export default function LandingPage() {
id: "2", id: "2",
brand: "WoFurniture", brand: "WoFurniture",
name: "Modern Dining Table", name: "Modern Dining Table",
price: "$800.00", price: "800
",
rating: 5, rating: 5,
reviewCount: "214", reviewCount: "214",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767515684440-hawfjk51.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767515684440-hawfjk51.jpg",
@@ -92,7 +93,7 @@ export default function LandingPage() {
{ {
id: "3", id: "3",
brand: "WoFurniture", brand: "WoFurniture",
name: "Contemporary Bedroom Set hkhh", name: "Contemporary Bedroom Set",
price: "$2,450.00", price: "$2,450.00",
rating: 4, rating: 4,
reviewCount: "156", reviewCount: "156",
@@ -103,7 +104,7 @@ export default function LandingPage() {
id: "4", id: "4",
brand: "WoFurniture", brand: "WoFurniture",
name: "Storage Cabinet", name: "Storage Cabinet",
price: "$666", price: "$825.00",
rating: 5, rating: 5,
reviewCount: "189", reviewCount: "189",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767515686346-cdog8vyz.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767515686346-cdog8vyz.jpg",
@@ -352,4 +353,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }