diff --git a/src/app/page.tsx b/src/app/page.tsx index eec6006..5555aae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -55,13 +47,9 @@ export default function LandingPage() { description="Discover the perfect fusion of style, comfort, and durability at Milind Footwear. From the track to the boardroom, we have you covered." buttons={[ { - text: "Shop Sports Shoes", - href: "#products", - }, + text: "Shop Sports Shoes", href: "#products"}, { - text: "Shop Formal Shoes", - href: "#products", - }, + text: "Shop Formal Shoes", href: "#products"}, ]} imageSrc="http://img.b2bpic.net/free-photo/training-composition-with-space-left_23-2147692069.jpg?_wi=1" imageAlt="Milind Footwear Collection" @@ -76,44 +64,20 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - brand: "Milind Sport", - name: "Performance Trainer", - price: "$120", - rating: 5, - reviewCount: "42", - imageSrc: "http://img.b2bpic.net/free-photo/crop-women-lunging-stairs_23-2147786963.jpg", - }, + id: "p1", brand: "Milind Sport", name: "Pro Athlete Trainer", price: "$120", rating: 5, + reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/sport-shoe_1203-128.jpg"}, { - id: "p2", - brand: "Milind Elite", - name: "Classic Oxford", - price: "$180", - rating: 5, - reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-shoes-bow_8353-9667.jpg?_wi=1", - }, + id: "p2", brand: "Milind Elite", name: "Executive Oxford", price: "$180", rating: 5, + reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/formal-leather-shoes_1203-129.jpg"}, { - id: "p3", - brand: "Milind Casual", - name: "Urban Walker", - price: "$95", - rating: 4, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-tying-her-shoelaces-before-exercising_23-2148891942.jpg", - }, + id: "p3", brand: "Milind Sport", name: "Rapid Runner", price: "$95", rating: 4, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/running-shoe_1203-130.jpg"}, { - id: "p4", - brand: "Milind Elite", - name: "Leather Derby", - price: "$160", - rating: 5, - reviewCount: "56", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-shoes-bow_8353-9667.jpg?_wi=2", - }, + id: "p4", brand: "Milind Elite", name: "Classic Derby", price: "$160", rating: 5, + reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/classic-shoe_1203-131.jpg"}, ]} - title="Our Collection" - description="Explore our curated selection of high-performance sports footwear and timeless formal elegance." + title="Our Footwear" + description="Premium performance gear for the track and sophisticated styles for the office." /> @@ -123,8 +87,7 @@ export default function LandingPage() { title="Quality You Can Trust" buttons={[ { - text: "Learn More", - }, + text: "Learn More"}, ]} /> @@ -136,59 +99,16 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah", - role: "Athlete", - company: "Pro", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-sitting-restaurant_8353-7822.jpg?_wi=1", - }, + id: "1", name: "Sarah", role: "Athlete", company: "Pro", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-sitting-restaurant_8353-7822.jpg?_wi=1"}, { - id: "2", - name: "Raj", - role: "Manager", - company: "Tech", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/simple-customer-review-with-comment-blog-graphics_23-2149748888.jpg", - }, - { - id: "3", - name: "Priya", - role: "Architect", - company: "Design", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/wonderful-young-woman-casual-jacket-expressing-good-emotions_197531-7640.jpg", - }, - { - id: "4", - name: "Amit", - role: "Coach", - company: "Gym", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-using-mobile-phone-while-sitting_23-2148295855.jpg", - }, - { - id: "5", - name: "Elena", - role: "Designer", - company: "Studio", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-sitting-restaurant_8353-7822.jpg?_wi=2", - }, + id: "2", name: "Raj", role: "Manager", company: "Tech", rating: 5, + imageSrc: "http://img.b2bpic.net/free-vector/simple-customer-review-with-comment-blog-graphics_23-2149748888.jpg"}, ]} kpiItems={[ - { - value: "10k+", - label: "Happy Clients", - }, - { - value: "500+", - label: "Models", - }, - { - value: "15+", - label: "Years", - }, + { value: "10k+", label: "Happy Clients" }, + { value: "500+", label: "Models" }, + { value: "15+", label: "Years" }, ]} title="Voices of Style" description="See why customers love Milind Footwear." @@ -198,9 +118,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file