Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5cc775455e | |||
| 6f37e844d9 | |||
| 1496a961cd | |||
| 34b55a5759 | |||
| 73f929f062 | |||
| c7fbf22664 |
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collection", href: "#products"},
|
||||
text: "Discover Your Perfect Pair", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-retro-1920s-english-arabian-business-man-wearing-dark-suit-tie-flat-cap_627829-6813.jpg"
|
||||
avatars={[
|
||||
@@ -106,6 +106,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Crafted for Perfection"
|
||||
description="At Gentlemen Socks, we believe that the smallest details define the man. Our socks are engineered with premium materials to ensure a perfect fit that stays throughout your busy day."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Craft", href: "#products"},
|
||||
]}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Premium Material", description: "High-grade Egyptian cotton for softness and breathability."},
|
||||
@@ -137,7 +141,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "p5", name: "Forest Geometric", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/grunge-style-argyle-pattern-background-with-stains-creases_1048-15599.jpg"},
|
||||
{
|
||||
id: "p6", name: "Royal Check", price: "$25", imageSrc: "http://img.b2bpic.net/free-vector/argyle-patterns-set_1015-203.jpg"},
|
||||
id: "p6", name: "Royal Check", price: "$25", imageSrc: "http://img.b2b-vector/argyle-patterns-set_1015-203.jpg"},
|
||||
]}
|
||||
title="Our Signature Collection"
|
||||
description="Hand-selected patterns for every occasion."
|
||||
@@ -222,7 +226,7 @@ export default function LandingPage() {
|
||||
text="Join our newsletter for exclusive style updates and collection previews."
|
||||
buttons={[
|
||||
{
|
||||
text: "Subscribe Now", href: "#"},
|
||||
text: "Get 10% Off Your First Pair", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -262,4 +266,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user