8 Commits

Author SHA1 Message Date
82042721e1 Switch to version 3: modified src/app/page.tsx 2026-03-03 17:19:49 +00:00
9e582149c7 Switch to version 3: modified src/app/layout.tsx 2026-03-03 17:19:48 +00:00
578ca46094 Switch to version 2: modified src/app/page.tsx 2026-03-03 17:19:39 +00:00
bf1828daa0 Switch to version 2: modified src/app/layout.tsx 2026-03-03 17:19:38 +00:00
80d08b13bc Merge version_3 into main
Merge version_3 into main
2026-03-03 16:56:49 +00:00
e70e29b6ab Update src/app/page.tsx 2026-03-03 16:56:42 +00:00
4e191e9650 Update src/app/layout.tsx 2026-03-03 16:56:40 +00:00
2c8557f88b Merge version_2 into main
Merge version_2 into main
2026-03-03 16:36:39 +00:00
2 changed files with 5 additions and 2 deletions

View File

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

View File

@@ -154,6 +154,9 @@ export default function HomePage() {
animationType="slide-up"
useInvertedBackground={true}
gridVariant="uniform-all-items-equal"
buttons={[
{ text: "Browse All", href: "/products" }
]}
products={[
{
id: "1", name: "Soft Toys Collection", price: "Starting ₹199", imageSrc: "http://img.b2bpic.net/free-photo/fluffy-toy-texture-close-up_23-2149686933.jpg", imageAlt: "Colorful soft toys and plush animals"},
@@ -249,4 +252,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}