diff --git a/src/app/page.tsx b/src/app/page.tsx index 7939db5..e199cff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,52 +29,24 @@ export default function LandingPage() {
@@ -140,26 +76,11 @@ export default function LandingPage() { rating={5} author="Sarah Miller" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-79855.jpg", - alt: "Customer 1", - }, - { - src: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-shopping-bags_23-2148660755.jpg", - alt: "Customer 2", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-beautiful-blond-woman-with-trendy-hairstyle_23-2149430868.jpg", - alt: "Customer 3", - }, - { - src: "http://img.b2bpic.net/free-photo/elegance-glamour-concept-isolated-image-fashionable-glamourous-neat-young-female-with-freckled-face-loose-blonde-hair-smiling-joyfully-posing-studio-wearing-white-silky-blouse_343059-4200.jpg", - alt: "Customer 4", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-woman-with-shopping-bags_23-2148225588.jpg", - alt: "Customer 5", - }, + { src: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-79855.jpg", alt: "Customer 1" }, + { src: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-shopping-bags_23-2148660755.jpg", alt: "Customer 2" }, + { src: "http://img.b2bpic.net/free-photo/portrait-beautiful-blond-woman-with-trendy-hairstyle_23-2149430868.jpg", alt: "Customer 3" }, + { src: "http://img.b2bpic.net/free-photo/elegance-glamour-concept-isolated-image-fashionable-glamourous-neat-young-female-with-freckled-face-loose-blonde-hair-smiling-joyfully-posing-studio-wearing-white-silky-blouse_343059-4200.jpg", alt: "Customer 4" }, + { src: "http://img.b2bpic.net/free-photo/portrait-woman-with-shopping-bags_23-2148225588.jpg", alt: "Customer 5" }, ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" @@ -174,84 +95,27 @@ export default function LandingPage() { title="Simple, Transparent Pricing" description="Choose the plan that fits your shopping habits and start saving today." plans={[ - { - id: "basic", - badge: "Starter", - price: "$0", - subtitle: "Perfect for casual shoppers.", - features: [ - "Free shipping", - "Monthly newsletter", - "Basic support", - ], - }, - { - id: "pro", - badge: "Most Popular", - price: "$19", - subtitle: "For frequent buyers.", - features: [ - "Unlimited free shipping", - "Priority support", - "Exclusive discounts", - "Early access", - ], - }, - ]} - buttons={[ - { - text: "View Plans", - href: "#", - }, + { id: "basic", badge: "Starter", price: "$0", subtitle: "Perfect for casual shoppers.", features: ["Free shipping", "Monthly newsletter", "Basic support"] }, + { id: "pro", badge: "Most Popular", price: "$19", subtitle: "For frequent buyers.", features: ["Unlimited free shipping", "Priority support", "Exclusive discounts", "Early access"] }, ]} + buttons={[{ text: "View Plans", href: "#" }]} />