diff --git a/src/app/page.tsx b/src/app/page.tsx index 04b15f5..846594f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,47 +34,33 @@ export default function LandingPage() { { name: "Products", id: "products" }, { name: "Testimonials", id: "testimonials" }, ]} - brandName="Laxmi Grocery" - button={{ text: "Shop Now", href: "#products" }} + brandName="Porsche Experience" + button={{ text: "Configure", href: "#products" }} />
@@ -85,15 +71,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "1", name: "Organic Apples", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-apples-basket-wooden-background-with-copy-space_141793-11531.jpg" }, - { id: "2", name: "Fresh Spinach", price: "$1.49", imageSrc: "http://img.b2bpic.net/free-photo/mangold-leaves-white-background_127032-3262.jpg" }, - { id: "3", name: "Farm Carrots", price: "$1.99", imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-food-background-vegetables-basket_501050-723.jpg" }, - { id: "4", name: "Artisan Bread", price: "$3.49", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-bread-loaves-basket-with-price-tag_23-2147975220.jpg" }, - { id: "5", name: "Organic Milk", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-with-mask_23-2149445532.jpg" }, - { id: "6", name: "Farm Eggs", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-spinach-eggs-carton_23-2148062375.jpg" }, + { id: "1", name: "911 Carrera", price: "$114,400", imageSrc: "http://img.b2bpic.net/free-photo/sports-car-driving-asphalt-road-sunset-nature-outdoors_114579-5060.jpg" }, + { id: "2", name: "Taycan", price: "$90,900", imageSrc: "http://img.b2bpic.net/free-photo/luxury-electric-car-driving-street_114579-5062.jpg" }, + { id: "3", name: "Cayenne", price: "$79,200", imageSrc: "http://img.b2bpic.net/free-photo/luxury-suv-parked-city-street_114579-5063.jpg" }, ]} - title="Fresh Daily Essentials" - description="Browse our hand-picked selection of fresh produce and pantry staples." + title="Our Current Lineup" + description="Experience the perfect blend of sport and utility." /> @@ -103,43 +86,41 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "Best produce in the city, always fresh!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669778.jpg" }, - { id: "2", name: "James Chen", handle: "@jchen_foodie", testimonial: "Great selection and friendly staff every day.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-chooses-fruits-vegetables-supermarket_169016-19092.jpg" }, - { id: "3", name: "Emily Davis", handle: "@emily_d", testimonial: "My go-to store for all organic needs.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-chooses-fruits-vegetables-supermarket_169016-19670.jpg" }, - { id: "4", name: "Martha Ross", handle: "@m_ross", testimonial: "Consistent quality for over a decade.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-grocery-shopping_23-2149742161.jpg" }, - { id: "5", name: "Kevin White", handle: "@k_white", testimonial: "Excellent service and fresh breads.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg" }, + { id: "1", name: "Marcus T.", handle: "@marcust", testimonial: "The precision handling is unlike anything else.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-outdoors_1150-17865.jpg" }, + { id: "2", name: "Elena R.", handle: "@elenar", testimonial: "Daily driving a Porsche makes every commute special.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-car-keys-smiling_1150-17864.jpg" }, + { id: "3", name: "Julian V.", handle: "@julianv", testimonial: "Unmatched service and engineering dedication.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-posing_1150-17863.jpg" }, ]} - title="Our Neighbors Love Laxmi" - description="See why we're the favorite local grocery store." + title="Driven by Passion" + description="Hear what Porsche drivers have to say." />
); -} +} \ No newline at end of file