Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 642e80be58 | |||
| 152d049a66 | |||
| e3121f698e | |||
| 8520a0b00c | |||
| 1d5ab42edc | |||
| 723afe7fc9 | |||
| f3c20078b5 |
@@ -48,9 +48,10 @@ 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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,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,
|
||||
@@ -76,6 +78,10 @@ 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>
|
||||
|
||||
@@ -96,6 +102,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
containerClassName="py-20 md:py-32 lg:py-40 2xl:py-48"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -113,6 +120,7 @@ export default function LandingPage() {
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
containerClassName="py-20 md:py-32 lg:py-40 2xl:py-48"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -125,6 +133,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
containerClassName="py-20 md:py-32 lg:py-40 2xl:py-48"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -138,6 +147,7 @@ export default function LandingPage() {
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
termsText="We respect your privacy. Unsubscribe at any time."
|
||||
containerClassName="py-20 md:py-32 lg:py-40 2xl:py-48"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -146,6 +156,7 @@ export default function LandingPage() {
|
||||
logoText="Snickers"
|
||||
copyrightText="© 2025 Mars Incorporated. All rights reserved."
|
||||
socialLinks={[]}
|
||||
containerClassName="py-20 md:py-28 lg:py-32"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user