5 Commits

Author SHA1 Message Date
642e80be58 Merge version_4 into main
Merge version_4 into main
2026-03-03 21:46:28 +00:00
152d049a66 Update src/app/page.tsx 2026-03-03 21:46:23 +00:00
e3121f698e Merge version_3 into main
Merge version_3 into main
2026-03-03 21:36:08 +00:00
8520a0b00c Update src/app/page.tsx 2026-03-03 21:36:02 +00:00
1d5ab42edc Merge version_2 into main
Merge version_2 into main
2026-03-03 21:01:36 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
showBlur={true}
showDimOverlay={false}
buttons={[
{ text: "Shop Now", href: "#products" },
{ text: "Buy Now", href: "#products" },
{ text: "Learn More", href: "#about" }
]}
containerClassName="py-20 md:py-32 lg:py-40 2xl:py-48"
@@ -59,6 +59,7 @@ export default function LandingPage() {
<ProductCardTwo
title="Our Collection"
description="Discover the range of Snickers products crafted for every occasion."
tag="Best Sellers"
products={[
{
id: "1", brand: "Snickers", name: "Original Bar", price: "$1.49", rating: 5,
@@ -77,6 +78,9 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "View All Products", href: "#products" }
]}
containerClassName="py-20 md:py-32 lg:py-40 2xl:py-48"
/>
</div>