Merge version_1 into main #2
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -54,15 +54,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marcus Johnson", handle: "Professional Footballer", testimonial: "These boots transformed my game. Unmatched comfort and control on every touch.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-football-player-with-ball_23-2150904501.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-football-player-with-ball_23-2150904501.jpg"
|
||||
},
|
||||
{
|
||||
name: "Sofia Martinez", handle: "National Team Player", testimonial: "The precision and responsiveness are incredible. I recommend BootPro to all my teammates.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-handball-player_23-2151156009.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-handball-player_23-2151156009.jpg"
|
||||
},
|
||||
{
|
||||
name: "Alex Chen", handle: "Professional Athlete", testimonial: "Best investment for my career. Superior quality and durability that lasts an entire season.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-guy-wearing-green-t-shirt-hugged-ball_141793-89471.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-guy-wearing-green-t-shirt-hugged-ball_141793-89471.jpg"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
{ text: "View Collection", href: "collections" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -89,13 +89,13 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Elite Pro Max", price: "$189.99", imageSrc: "http://img.b2bpic.net/free-photo/ethnic-man-playing-football-street_23-2148203576.jpg?_wi=1", imageAlt: "Elite Pro Max football boots"
|
||||
id: "1", name: "Elite Pro Max", price: "$189.99", imageSrc: "http://img.b2bpic.net/free-photo/ethnic-man-playing-football-street_23-2148203576.jpg", imageAlt: "Elite Pro Max football boots"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Speed Zone Ultra", price: "$169.99", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-game-shoe_23-2151153045.jpg?_wi=1", imageAlt: "Speed Zone Ultra soccer cleats"
|
||||
id: "2", name: "Speed Zone Ultra", price: "$169.99", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-game-shoe_23-2151153045.jpg", imageAlt: "Speed Zone Ultra soccer cleats"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Control Master Pro", price: "$179.99", imageSrc: "http://img.b2bpic.net/free-photo/football-equipment-grass_23-2147833422.jpg?_wi=1", imageAlt: "Control Master Pro football boots"
|
||||
id: "3", name: "Control Master Pro", price: "$179.99", imageSrc: "http://img.b2bpic.net/free-photo/football-equipment-grass_23-2147833422.jpg", imageAlt: "Control Master Pro football boots"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -117,15 +117,15 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Professional Series", description: "Tournament-grade boots used by elite athletes. Maximum performance technology for serious competitors.", tag: "Elite", imageSrc: "http://img.b2bpic.net/free-photo/ethnic-man-playing-football-street_23-2148203576.jpg?_wi=2", imageAlt: "Professional Series boots", buttons: [
|
||||
id: "1", title: "Professional Series", description: "Tournament-grade boots used by elite athletes. Maximum performance technology for serious competitors.", tag: "Elite", imageSrc: "http://img.b2bpic.net/free-photo/ethnic-man-playing-football-street_23-2148203576.jpg", imageAlt: "Professional Series boots", buttons: [
|
||||
{ text: "View Collection", href: "collections" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "2", title: "Speed Collection", description: "Lightweight and agile boots designed for pace and explosive movement. Perfect for wingers and strikers.", tag: "Lightweight", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-game-shoe_23-2151153045.jpg?_wi=2", imageAlt: "Speed Collection cleats"
|
||||
id: "2", title: "Speed Collection", description: "Lightweight and agile boots designed for pace and explosive movement. Perfect for wingers and strikers.", tag: "Lightweight", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-game-shoe_23-2151153045.jpg", imageAlt: "Speed Collection cleats"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Control Series", description: "Enhanced ball touch and precision for midfielders and defenders. Superior stability and touch control.", tag: "Precision", imageSrc: "http://img.b2bpic.net/free-photo/football-equipment-grass_23-2147833422.jpg?_wi=2", imageAlt: "Control Series boots"
|
||||
id: "3", title: "Control Series", description: "Enhanced ball touch and precision for midfielders and defenders. Superior stability and touch control.", tag: "Precision", imageSrc: "http://img.b2bpic.net/free-photo/football-equipment-grass_23-2147833422.jpg", imageAlt: "Control Series boots"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -144,13 +144,13 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Johnson", role: "Professional Footballer, Premier League", testimonial: "The comfort and responsiveness are unmatched. These boots have been instrumental in my improved performance this season.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-football-player-with-ball_23-2150904501.jpg?_wi=2"
|
||||
id: "1", name: "Marcus Johnson", role: "Professional Footballer, Premier League", testimonial: "The comfort and responsiveness are unmatched. These boots have been instrumental in my improved performance this season.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-football-player-with-ball_23-2150904501.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sofia Martinez", role: "National Team Defender", testimonial: "Exceptional quality and durability. I've worn these through an entire tournament without any issues.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-handball-player_23-2151156009.jpg?_wi=2"
|
||||
id: "2", name: "Sofia Martinez", role: "National Team Defender", testimonial: "Exceptional quality and durability. I've worn these through an entire tournament without any issues.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-handball-player_23-2151156009.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Alex Chen", role: "Amateur Competitive Player", testimonial: "Best purchase I've made as an athlete. Worth every penny for the performance and comfort.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-guy-wearing-green-t-shirt-hugged-ball_141793-89471.jpg?_wi=2"
|
||||
id: "3", name: "Alex Chen", role: "Amateur Competitive Player", testimonial: "Best purchase I've made as an athlete. Worth every penny for the performance and comfort.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-guy-wearing-green-t-shirt-hugged-ball_141793-89471.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Rodriguez", role: "Youth Academy Coach", testimonial: "I recommend BootPro to all my players. The consistency and quality across their range is outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/ethnic-male-holding-soccer-ball-shoulder_23-2148203630.jpg"
|
||||
@@ -229,7 +229,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
text="Ready to elevate your game? Discover your perfect pair of football boots and experience the difference premium footwear can make."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "products" },
|
||||
|
||||
Reference in New Issue
Block a user