diff --git a/src/app/page.tsx b/src/app/page.tsx index 779c3e6..30f8675 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,102 +30,45 @@ export default function LandingPage() {
@@ -144,42 +87,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Heritage Polo", - price: "$95", - imageSrc: "http://img.b2bpic.net/free-photo/view-golf-balls-with-other-paraphernalia_23-2150424585.jpg", - }, - { - id: "p2", - name: "Fairway Chinos", - price: "$125", - imageSrc: "http://img.b2bpic.net/free-photo/scene-with-man-golf-course_23-2150551313.jpg", - }, - { - id: "p3", - name: "Classic Visor", - price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-model-man-stylish-summer-clothes-posing-hat-with-bag_158538-14780.jpg", - }, - { - id: "p4", - name: "Performance Vest", - price: "$145", - imageSrc: "http://img.b2bpic.net/free-photo/happy-bearded-man-posing-with-club-looking-away_171337-18913.jpg", - }, - { - id: "p5", - name: "Modern Golf Shorts", - price: "$85", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-holding-golf-basket_23-2148295286.jpg", - }, - { - id: "p6", - name: "Clubhouse Sweater", - price: "$165", - imageSrc: "http://img.b2bpic.net/free-photo/sweater-isolated_1203-8088.jpg", - }, + { id: "p1", name: "Heritage Polo", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/view-golf-balls-with-other-paraphernalia_23-2150424585.jpg" }, + { id: "p2", name: "Fairway Chinos", price: "$125", imageSrc: "http://img.b2bpic.net/free-photo/scene-with-man-golf-course_23-2150551313.jpg" }, + { id: "p3", name: "Classic Visor", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-model-man-stylish-summer-clothes-posing-hat-with-bag_158538-14780.jpg" }, + { id: "p4", name: "Performance Vest", price: "$145", imageSrc: "http://img.b2bpic.net/free-photo/happy-bearded-man-posing-with-club-looking-away_171337-18913.jpg" }, + { id: "p5", name: "Modern Golf Shorts", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-holding-golf-basket_23-2148295286.jpg" }, + { id: "p6", name: "Clubhouse Sweater", price: "$165", imageSrc: "http://img.b2bpic.net/free-photo/sweater-isolated_1203-8088.jpg" }, ]} title="The Collection" description="Curated essentials for the discerning golfer." @@ -192,21 +105,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Advanced Textiles", - description: "Moisture-wicking, breathable fabrics for peak performance.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-perforated-fabric_23-2149894457.jpg", - }, - { - title: "Sustainable Roots", - description: "Recycled materials that honor our green planet.", - imageSrc: "http://img.b2bpic.net/free-photo/view-hands-engaged-it-yourself-project_23-2151509398.jpg", - }, - { - title: "Heritage Detail", - description: "Custom embroidery and timeless design accents.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-golf-ball-with-golf-club-before-tee-off_171337-6511.jpg", - }, + { title: "Advanced Textiles", description: "Moisture-wicking, breathable fabrics for peak performance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-perforated-fabric_23-2149894457.jpg" }, + { title: "Sustainable Roots", description: "Recycled materials that honor our green planet.", imageSrc: "http://img.b2bpic.net/free-photo/view-hands-engaged-it-yourself-project_23-2151509398.jpg" }, + { title: "Heritage Detail", description: "Custom embroidery and timeless design accents.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-golf-ball-with-golf-club-before-tee-off_171337-6511.jpg" }, ]} title="Craftsmanship Redefined" description="Every thread counts when you're aiming for perfection." @@ -220,21 +121,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "10k+", - description: "Happy Golfers", - }, - { - id: "m2", - value: "15+", - description: "Years of Design", - }, - { - id: "m3", - value: "40+", - description: "Countries Reached", - }, + { id: "m1", value: "10k+", description: "Happy Golfers" }, + { id: "m2", value: "15+", description: "Years of Design" }, + { id: "m3", value: "40+", description: "Countries Reached" }, ]} title="Fairway Excellence" description="Proven standards in every stitch." @@ -245,122 +134,33 @@ export default function LandingPage() {