4 Commits

Author SHA1 Message Date
52cab994f5 Update src/app/page.tsx 2026-03-10 11:00:51 +00:00
51e3735a78 Merge version_1 into main
Merge version_1 into main
2026-03-10 10:58:19 +00:00
cb9cf3705c Merge version_1 into main
Merge version_1 into main
2026-03-10 10:57:27 +00:00
1790bc1ef2 Merge version_1 into main
Merge version_1 into main
2026-03-10 10:54:15 +00:00

View File

@@ -10,7 +10,7 @@ import BlogCardThree from "@/components/sections/blog/BlogCardThree";
import ContactText from "@/components/sections/contact/ContactText"; import ContactText from "@/components/sections/contact/ContactText";
import FooterCard from "@/components/sections/footer/FooterCard"; import FooterCard from "@/components/sections/footer/FooterCard";
import Link from "next/link"; 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() { export default function HomePage() {
return ( return (
@@ -37,9 +37,7 @@ export default function HomePage() {
{ name: "Gallery", id: "gallery" }, { name: "Gallery", id: "gallery" },
]} ]}
button={{ button={{
text: "Visit Store", text: "Visit Store", href: "contact"}}
href: "contact",
}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
@@ -54,39 +52,23 @@ export default function HomePage() {
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-vector/family-parents-living-room-scene_24877-50155.jpg", imageSrc: "http://img.b2bpic.net/free-vector/family-parents-living-room-scene_24877-50155.jpg", imageAlt: "modern living room comfortable furniture design"},
imageAlt: "modern living room comfortable furniture design",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1685.jpg", imageSrc: "http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1685.jpg", imageAlt: "elegant bedroom with modern design"},
imageAlt: "elegant bedroom with modern design",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-messy-bun_23-2149488996.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-messy-bun_23-2149488996.jpg", imageAlt: "modern kitchen contemporary design lifestyle"},
imageAlt: "modern kitchen contemporary design lifestyle",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/dining-table-background-zoom-calls_23-2149684456.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dining-table-background-zoom-calls_23-2149684456.jpg", imageAlt: "stylish dining room modern furniture setup"},
imageAlt: "stylish dining room modern furniture setup",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/fluffy-cotton-plant-vase-used-interior-decor_23-2151104637.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fluffy-cotton-plant-vase-used-interior-decor_23-2151104637.jpg", imageAlt: "decorative accessories home styling arrangement"},
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", 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"},
imageAlt: "modern home workspace office design",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Shop Collection", text: "Shop Collection", href: "products"},
href: "products",
},
{ {
text: "Learn More", text: "Learn More", href: "about"},
href: "about",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -102,14 +84,49 @@ export default function HomePage() {
imageAlt="boutique home goods store interior elegant" imageAlt="boutique home goods store interior elegant"
buttons={[ buttons={[
{ {
text: "Visit Our Store", text: "Visit Our Store", href: "contact"},
href: "contact",
},
]} ]}
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
{/* Benefits/Differentiators Section */}
<div id="benefits" data-section="benefits">
<FeatureCardTwentySeven
title="Why Choose Homelife Mersin"
description="Discover the key reasons why our customers trust us to transform their homes with quality, style, and exceptional service."
tag="Our Advantages"
tagIcon={Award}
features={[
{
id: "1", title: "Curated Quality Selection", descriptions: [
"Every product is carefully handpicked for quality and design", "We partner with trusted suppliers and brands", "Only items that meet our high standards make it to our store"],
imageSrc: "http://img.b2bpic.net/free-photo/empty-art-craft-workshop-with-rustic-beautiful-painting-canvas_482257-118171.jpg?_wi=1", imageAlt: "curated quality home goods selection"},
{
id: "2", title: "Exceptional Customer Service", descriptions: [
"Our knowledgeable team is ready to help you find the perfect pieces", "Personalized styling advice and recommendations", "Dedicated support from selection to delivery"],
imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools-flat-lay_23-2150096519.jpg?_wi=1", imageAlt: "professional customer service home shopping"},
{
id: "3", title: "Trusted & Reliable Delivery", descriptions: [
"Safe packaging and timely delivery to your doorstep", "Real-time tracking and clear communication", "Hassle-free returns and satisfaction guarantee"],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176147.jpg?_wi=1", imageAlt: "reliable delivery shipping service"},
{
id: "4", title: "Best Value for Money", descriptions: [
"Competitive pricing without compromising quality", "Regular promotions and exclusive member benefits", "Transparent pricing with no hidden costs"],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-autumn-clothes_23-2149071321.jpg?_wi=1", imageAlt: "affordable quality home decor value"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
buttons={[
{
text: "Start Shopping", href: "products"},
]}
buttonAnimation="slide-up"
/>
</div>
{/* Featured Products Section */} {/* Featured Products Section */}
<div id="products" data-section="products"> <div id="products" data-section="products">
<ProductCardTwo <ProductCardTwo
@@ -119,65 +136,23 @@ export default function HomePage() {
tagIcon={ShoppingBag} tagIcon={ShoppingBag}
products={[ products={[
{ {
id: "1", id: "1", brand: "Homelife", name: "Minimalist Dining Table", price: "$450.00", rating: 5,
brand: "Homelife", reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/still-life-minimalist-lifestyle_23-2149743921.jpg?_wi=1", imageAlt: "minimalist wooden dining table modern design"},
name: "Minimalist Dining Table",
price: "$450.00",
rating: 5,
reviewCount: "87",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-minimalist-lifestyle_23-2149743921.jpg?_wi=1",
imageAlt: "minimalist wooden dining table modern design",
},
{ {
id: "2", id: "2", brand: "Homelife", name: "Accent Wall Mirror", price: "$120.00", rating: 4,
brand: "Homelife", reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-mirror-outside_52683-86311.jpg?_wi=1", imageAlt: "accent wall mirror elegant frame design"},
name: "Accent Wall Mirror",
price: "$120.00",
rating: 4,
reviewCount: "52",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-mirror-outside_52683-86311.jpg?_wi=1",
imageAlt: "accent wall mirror elegant frame design",
},
{ {
id: "3", id: "3", brand: "Homelife", name: "Premium Bedding Set", price: "$280.00", rating: 5,
brand: "Homelife", reviewCount: "143", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-neutral-tones-warm-lighting_23-2152001399.jpg?_wi=1", imageAlt: "premium bedding set neutral colors comfortable"},
name: "Premium Bedding Set",
price: "$280.00",
rating: 5,
reviewCount: "143",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-neutral-tones-warm-lighting_23-2152001399.jpg?_wi=1",
imageAlt: "premium bedding set neutral colors comfortable",
},
{ {
id: "4", id: "4", brand: "Homelife", name: "Modern Floor Lamp", price: "$95.00", rating: 5,
brand: "Homelife", reviewCount: "68", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-blonde-girl-bright-room-with-nice-modern-white-interior-standing-fake-fireplace-looking-side-wearing-stylish-black-dress_197531-2844.jpg?_wi=1", imageAlt: "modern floor lamp contemporary design lighting"},
name: "Modern Floor Lamp",
price: "$95.00",
rating: 5,
reviewCount: "68",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-blonde-girl-bright-room-with-nice-modern-white-interior-standing-fake-fireplace-looking-side-wearing-stylish-black-dress_197531-2844.jpg?_wi=1",
imageAlt: "modern floor lamp contemporary design lighting",
},
{ {
id: "5", id: "5", brand: "Homelife", name: "Ceramic Kitchen Canisters", price: "$65.00", rating: 4,
brand: "Homelife", reviewCount: "34", imageSrc: "http://img.b2bpic.net/free-photo/bread-granola-knife-chopping-board_23-2147860401.jpg?_wi=1", imageAlt: "ceramic kitchen canisters storage containers design"},
name: "Ceramic Kitchen Canisters",
price: "$65.00",
rating: 4,
reviewCount: "34",
imageSrc: "http://img.b2bpic.net/free-photo/bread-granola-knife-chopping-board_23-2147860401.jpg?_wi=1",
imageAlt: "ceramic kitchen canisters storage containers design",
},
{ {
id: "6", id: "6", brand: "Homelife", name: "Decorative Throw Pillows", price: "$45.00", rating: 5,
brand: "Homelife", reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/sofa-pillow_74190-1923.jpg?_wi=1", imageAlt: "decorative throw pillows colorful textile design"},
name: "Decorative Throw Pillows",
price: "$45.00",
rating: 5,
reviewCount: "128",
imageSrc: "http://img.b2bpic.net/free-photo/sofa-pillow_74190-1923.jpg?_wi=1",
imageAlt: "decorative throw pillows colorful textile design",
},
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
@@ -185,9 +160,7 @@ export default function HomePage() {
useInvertedBackground={true} useInvertedBackground={true}
buttons={[ buttons={[
{ {
text: "View All Products", text: "View All Products", href: "products"},
href: "products",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -202,49 +175,21 @@ export default function HomePage() {
tagIcon={Package} tagIcon={Package}
features={[ features={[
{ {
id: "1", id: "1", title: "Home Decor", descriptions: [
title: "Home Decor", "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"],
descriptions: [ 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"},
"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", id: "2", title: "Kitchen Products", descriptions: [
title: "Kitchen Products", "Functional and stylish kitchenware for everyday use", "Premium cookware, storage solutions, and kitchen accessories", "Designed for comfort and modern living"],
descriptions: [ imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools-flat-lay_23-2150096519.jpg?_wi=1", imageAlt: "kitchen products cookware accessories display"},
"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", id: "3", title: "Lifestyle Items", descriptions: [
title: "Lifestyle Items", "Enhance your daily routine with thoughtfully designed products", "Bedding, towels, rugs, and comfort essentials", "Quality materials that bring warmth to your home"],
descriptions: [ 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"},
"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", id: "4", title: "Decorative Accessories", descriptions: [
title: "Decorative Accessories", "Add the finishing touches to your interior design", "Vases, sculptures, lighting, and unique accent pieces", "Create a space that truly reflects your personality"],
descriptions: [ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-autumn-clothes_23-2149071321.jpg?_wi=1", imageAlt: "decorative accessories vases sculptures display"},
"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" gridVariant="four-items-2x2-equal-grid"
animationType="slide-up" animationType="slide-up"
@@ -252,9 +197,7 @@ export default function HomePage() {
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ {
text: "Explore Categories", text: "Explore Categories", href: "products"},
href: "products",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -269,49 +212,13 @@ export default function HomePage() {
tagIcon={Image} tagIcon={Image}
blogs={[ blogs={[
{ {
id: "1", 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"},
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", 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"},
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", 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"},
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", 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"},
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" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
@@ -326,13 +233,9 @@ export default function HomePage() {
animationType="entrance-slide" animationType="entrance-slide"
buttons={[ buttons={[
{ {
text: "Get Directions", text: "Get Directions", href: "contact"},
href: "contact",
},
{ {
text: "Contact Us", text: "Contact Us", href: "contact"},
href: "contact",
},
]} ]}
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
@@ -347,19 +250,13 @@ export default function HomePage() {
socialLinks={[ socialLinks={[
{ {
icon: Facebook, icon: Facebook,
href: "https://facebook.com/homelifemersin", href: "https://facebook.com/homelifemersin", ariaLabel: "Follow us on Facebook"},
ariaLabel: "Follow us on Facebook",
},
{ {
icon: Instagram, icon: Instagram,
href: "https://instagram.com/homelifemersin", href: "https://instagram.com/homelifemersin", ariaLabel: "Follow us on Instagram"},
ariaLabel: "Follow us on Instagram",
},
{ {
icon: MapPin, icon: MapPin,
href: "https://maps.google.com/?q=Homelife+Mersin", href: "https://maps.google.com/?q=Homelife+Mersin", ariaLabel: "Find us on Google Maps"},
ariaLabel: "Find us on Google Maps",
},
]} ]}
/> />
</div> </div>