From 52cab994f59351057f3e9071e7bda6d8d91ee342 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 11:00:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 269 +++++++++++++++-------------------------------- 1 file changed, 83 insertions(+), 186 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c772d2..00a3b97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import BlogCardThree from "@/components/sections/blog/BlogCardThree"; import ContactText from "@/components/sections/contact/ContactText"; import FooterCard from "@/components/sections/footer/FooterCard"; import Link from "next/link"; -import { Heart, ShoppingBag, Package, Image, Facebook, Instagram, MapPin } from "lucide-react"; +import { Heart, ShoppingBag, Package, Image, Facebook, Instagram, MapPin, Check, Shield, Truck, Award } from "lucide-react"; export default function HomePage() { return ( @@ -37,9 +37,7 @@ export default function HomePage() { { name: "Gallery", id: "gallery" }, ]} button={{ - text: "Visit Store", - href: "contact", - }} + text: "Visit Store", href: "contact"}} animateOnLoad={true} /> @@ -54,39 +52,23 @@ export default function HomePage() { background={{ variant: "sparkles-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/family-parents-living-room-scene_24877-50155.jpg", - imageAlt: "modern living room comfortable furniture design", - }, + imageSrc: "http://img.b2bpic.net/free-vector/family-parents-living-room-scene_24877-50155.jpg", imageAlt: "modern living room comfortable furniture design"}, { - imageSrc: "http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1685.jpg", - imageAlt: "elegant bedroom with modern design", - }, + imageSrc: "http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1685.jpg", imageAlt: "elegant bedroom with modern design"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-messy-bun_23-2149488996.jpg", - imageAlt: "modern kitchen contemporary design lifestyle", - }, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-messy-bun_23-2149488996.jpg", imageAlt: "modern kitchen contemporary design lifestyle"}, { - imageSrc: "http://img.b2bpic.net/free-photo/dining-table-background-zoom-calls_23-2149684456.jpg", - imageAlt: "stylish dining room modern furniture setup", - }, + imageSrc: "http://img.b2bpic.net/free-photo/dining-table-background-zoom-calls_23-2149684456.jpg", imageAlt: "stylish dining room modern furniture setup"}, { - imageSrc: "http://img.b2bpic.net/free-photo/fluffy-cotton-plant-vase-used-interior-decor_23-2151104637.jpg", - imageAlt: "decorative accessories home styling arrangement", - }, + imageSrc: "http://img.b2bpic.net/free-photo/fluffy-cotton-plant-vase-used-interior-decor_23-2151104637.jpg", imageAlt: "decorative accessories home styling arrangement"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-drinking-cup-hot-coffee-tea-using-laptop-computer-bedroom_158595-7420.jpg", - imageAlt: "modern home workspace office design", - }, + imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-drinking-cup-hot-coffee-tea-using-laptop-computer-bedroom_158595-7420.jpg", imageAlt: "modern home workspace office design"}, ]} buttons={[ { - text: "Shop Collection", - href: "products", - }, + text: "Shop Collection", href: "products"}, { - text: "Learn More", - href: "about", - }, + text: "Learn More", href: "about"}, ]} buttonAnimation="slide-up" /> @@ -102,14 +84,49 @@ export default function HomePage() { imageAlt="boutique home goods store interior elegant" buttons={[ { - text: "Visit Our Store", - href: "contact", - }, + text: "Visit Our Store", href: "contact"}, ]} useInvertedBackground={false} /> + {/* Benefits/Differentiators Section */} +
+
+ {/* Featured Products Section */}
@@ -202,49 +175,21 @@ export default function HomePage() { tagIcon={Package} features={[ { - id: "1", - title: "Home Decor", - descriptions: [ - "Transform your space with our collection of wall art, sculptures, and decorative pieces", - "From minimalist designs to statement pieces", - "Each item carefully selected for quality and aesthetic appeal", - ], - imageSrc: "http://img.b2bpic.net/free-photo/empty-art-craft-workshop-with-rustic-beautiful-painting-canvas_482257-118171.jpg?_wi=1", - imageAlt: "home decor collection wall art sculptures", - }, + id: "1", title: "Home Decor", descriptions: [ + "Transform your space with our collection of wall art, sculptures, and decorative pieces", "From minimalist designs to statement pieces", "Each item carefully selected for quality and aesthetic appeal"], + imageSrc: "http://img.b2bpic.net/free-photo/empty-art-craft-workshop-with-rustic-beautiful-painting-canvas_482257-118171.jpg?_wi=1", imageAlt: "home decor collection wall art sculptures"}, { - id: "2", - title: "Kitchen Products", - descriptions: [ - "Functional and stylish kitchenware for everyday use", - "Premium cookware, storage solutions, and kitchen accessories", - "Designed for comfort and modern living", - ], - imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools-flat-lay_23-2150096519.jpg?_wi=1", - imageAlt: "kitchen products cookware accessories display", - }, + id: "2", title: "Kitchen Products", descriptions: [ + "Functional and stylish kitchenware for everyday use", "Premium cookware, storage solutions, and kitchen accessories", "Designed for comfort and modern living"], + imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools-flat-lay_23-2150096519.jpg?_wi=1", imageAlt: "kitchen products cookware accessories display"}, { - id: "3", - title: "Lifestyle Items", - descriptions: [ - "Enhance your daily routine with thoughtfully designed products", - "Bedding, towels, rugs, and comfort essentials", - "Quality materials that bring warmth to your home", - ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176147.jpg?_wi=1", - imageAlt: "lifestyle products bedding towels comfort items", - }, + id: "3", title: "Lifestyle Items", descriptions: [ + "Enhance your daily routine with thoughtfully designed products", "Bedding, towels, rugs, and comfort essentials", "Quality materials that bring warmth to your home"], + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176147.jpg?_wi=1", imageAlt: "lifestyle products bedding towels comfort items"}, { - id: "4", - title: "Decorative Accessories", - descriptions: [ - "Add the finishing touches to your interior design", - "Vases, sculptures, lighting, and unique accent pieces", - "Create a space that truly reflects your personality", - ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-autumn-clothes_23-2149071321.jpg?_wi=1", - imageAlt: "decorative accessories vases sculptures display", - }, + id: "4", title: "Decorative Accessories", descriptions: [ + "Add the finishing touches to your interior design", "Vases, sculptures, lighting, and unique accent pieces", "Create a space that truly reflects your personality"], + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-autumn-clothes_23-2149071321.jpg?_wi=1", imageAlt: "decorative accessories vases sculptures display"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -252,9 +197,7 @@ export default function HomePage() { useInvertedBackground={false} buttons={[ { - text: "Explore Categories", - href: "products", - }, + text: "Explore Categories", href: "products"}, ]} buttonAnimation="slide-up" /> @@ -269,49 +212,13 @@ export default function HomePage() { tagIcon={Image} blogs={[ { - id: "1", - category: "Store Interior", - title: "Main Showroom", - excerpt: "Experience our welcoming and elegant main shopping area filled with curated home goods.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-modern-embossed-glass-vase-with-green-flowers-wooden-table_140725-12906.jpg?_wi=1", - imageAlt: "retail showroom interior modern display design", - authorName: "Homelife Team", - authorAvatar: "https://api.dicebear.com/9.x/avataaars/svg?seed=HomelifeTeam", - date: "Jan 2025", - }, + id: "1", category: "Store Interior", title: "Main Showroom", excerpt: "Experience our welcoming and elegant main shopping area filled with curated home goods.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-modern-embossed-glass-vase-with-green-flowers-wooden-table_140725-12906.jpg?_wi=1", imageAlt: "retail showroom interior modern display design", authorName: "Homelife Team", authorAvatar: "https://api.dicebear.com/9.x/avataaars/svg?seed=HomelifeTeam", date: "Jan 2025"}, { - id: "2", - category: "Display", - title: "Home Decor Section", - excerpt: "Explore our beautifully arranged home decor collection with pieces for every style.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-industrial-lights_23-2148238647.jpg?_wi=1", - imageAlt: "home decor section display curated collection", - authorName: "Homelife Team", - authorAvatar: "https://api.dicebear.com/9.x/avataaars/svg?seed=HomelifeTeam", - date: "Jan 2025", - }, + id: "2", category: "Display", title: "Home Decor Section", excerpt: "Explore our beautifully arranged home decor collection with pieces for every style.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-industrial-lights_23-2148238647.jpg?_wi=1", imageAlt: "home decor section display curated collection", authorName: "Homelife Team", authorAvatar: "https://api.dicebear.com/9.x/avataaars/svg?seed=HomelifeTeam", date: "Jan 2025"}, { - id: "3", - category: "Showcase", - title: "Kitchen & Lifestyle", - excerpt: "Discover our premium selection of kitchen products and lifestyle essentials.", - imageSrc: "http://img.b2bpic.net/free-photo/female-body-shopping-bags-wooden-door_23-2147645163.jpg?_wi=1", - imageAlt: "kitchen lifestyle section retail display showcase", - authorName: "Homelife Team", - authorAvatar: "https://api.dicebear.com/9.x/avataaars/svg?seed=HomelifeTeam", - date: "Jan 2025", - }, + id: "3", category: "Showcase", title: "Kitchen & Lifestyle", excerpt: "Discover our premium selection of kitchen products and lifestyle essentials.", imageSrc: "http://img.b2bpic.net/free-photo/female-body-shopping-bags-wooden-door_23-2147645163.jpg?_wi=1", imageAlt: "kitchen lifestyle section retail display showcase", authorName: "Homelife Team", authorAvatar: "https://api.dicebear.com/9.x/avataaars/svg?seed=HomelifeTeam", date: "Jan 2025"}, { - id: "4", - category: "Ambiance", - title: "Store Atmosphere", - excerpt: "Feel the warm and welcoming ambiance that defines Homelife Mersin.", - imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-with-blurred-effect_23-2148164774.jpg?_wi=1", - imageAlt: "warm retail environment cozy ambiance lighting", - authorName: "Homelife Team", - authorAvatar: "https://api.dicebear.com/9.x/avataaars/svg?seed=HomelifeTeam", - date: "Jan 2025", - }, + id: "4", category: "Ambiance", title: "Store Atmosphere", excerpt: "Feel the warm and welcoming ambiance that defines Homelife Mersin.", imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-with-blurred-effect_23-2148164774.jpg?_wi=1", imageAlt: "warm retail environment cozy ambiance lighting", authorName: "Homelife Team", authorAvatar: "https://api.dicebear.com/9.x/avataaars/svg?seed=HomelifeTeam", date: "Jan 2025"}, ]} animationType="slide-up" textboxLayout="default" @@ -326,13 +233,9 @@ export default function HomePage() { animationType="entrance-slide" buttons={[ { - text: "Get Directions", - href: "contact", - }, + text: "Get Directions", href: "contact"}, { - text: "Contact Us", - href: "contact", - }, + text: "Contact Us", href: "contact"}, ]} background={{ variant: "plain" }} useInvertedBackground={false} @@ -347,19 +250,13 @@ export default function HomePage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/homelifemersin", - ariaLabel: "Follow us on Facebook", - }, + href: "https://facebook.com/homelifemersin", ariaLabel: "Follow us on Facebook"}, { icon: Instagram, - href: "https://instagram.com/homelifemersin", - ariaLabel: "Follow us on Instagram", - }, + href: "https://instagram.com/homelifemersin", ariaLabel: "Follow us on Instagram"}, { icon: MapPin, - href: "https://maps.google.com/?q=Homelife+Mersin", - ariaLabel: "Find us on Google Maps", - }, + href: "https://maps.google.com/?q=Homelife+Mersin", ariaLabel: "Find us on Google Maps"}, ]} />
-- 2.49.1