Update src/app/page.tsx

This commit is contained in:
2026-03-03 08:03:03 +00:00
parent f1f4a676a8
commit ec5839987b

View File

@@ -1,13 +1,13 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Heart, Leaf, Flower, Gift, Home, Sparkles, MapPin, Phone } from 'lucide-react';
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroSplit from "@/components/sections/hero/HeroSplit";
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Heart, Leaf, Flower, Gift, Home, Sparkles, MapPin, Phone } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,12 +29,10 @@ export default function LandingPage() {
navItems={[
{ name: "About", id: "about" },
{ name: "Products", id: "products" },
{ name: "Services", id: "services" },
{ name: "Contact", id: "contact" }
{ name: "Contact", id: "contact" },
]}
button={{
text: "Call Now", href: "tel:087000-12721"
}}
text: "Call Now", href: "tel:087000-12721"}}
/>
</div>
@@ -51,7 +49,7 @@ export default function LandingPage() {
mediaAnimation="slide-up"
buttons={[
{ text: "Call Now", href: "tel:087000-12721" },
{ text: "Get Directions", href: "#contact" }
{ text: "Get Directions", href: "#contact" },
]}
buttonAnimation="slide-up"
/>
@@ -85,41 +83,35 @@ export default function LandingPage() {
title: "Flower Pots", description: "Stylish ceramic, plastic, and designer pots for your home & balcony.", icon: Flower,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/birds-nest-fern-plant-beige-pot_53876-142823.jpg?_wi=1", imageAlt: "Ceramic flower pots collection"
},
imageSrc: "http://img.b2bpic.net/free-photo/birds-nest-fern-plant-beige-pot_53876-142823.jpg?_wi=1", imageAlt: "Ceramic flower pots collection"},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-home-creative-interior-decoration-elements_628469-518.jpg?_wi=1", imageAlt: "Designer planters for indoor and outdoor"
}
]
imageSrc: "http://img.b2bpic.net/free-photo/modern-home-creative-interior-decoration-elements_628469-518.jpg?_wi=1", imageAlt: "Designer planters for indoor and outdoor"},
],
},
{
title: "Gift Items", description: "Perfect gifts for birthdays, anniversaries, festivals & special occasions.", icon: Gift,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/gifts-christmas-table_1098-22260.jpg", imageAlt: "Gift items and decorative pieces"
},
imageSrc: "http://img.b2bpic.net/free-photo/gifts-christmas-table_1098-22260.jpg", imageAlt: "Gift items and decorative pieces"},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-home-creative-interior-decoration-elements_628469-518.jpg?_wi=2", imageAlt: "Unique gift collections"
}
]
imageSrc: "http://img.b2bpic.net/free-photo/modern-home-creative-interior-decoration-elements_628469-518.jpg?_wi=2", imageAlt: "Unique gift collections"},
],
},
{
title: "Home Decor", description: "Unique decorative items to enhance your living and working spaces.", icon: Home,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-home-creative-interior-decoration-elements_628469-518.jpg?_wi=3", imageAlt: "Home decoration items"
},
imageSrc: "http://img.b2bpic.net/free-photo/modern-home-creative-interior-decoration-elements_628469-518.jpg?_wi=3", imageAlt: "Home decoration items"},
{
imageSrc: "http://img.b2bpic.net/free-photo/birds-nest-fern-plant-beige-pot_53876-142823.jpg?_wi=2", imageAlt: "Decorative planters for spaces"
}
]
}
imageSrc: "http://img.b2bpic.net/free-photo/birds-nest-fern-plant-beige-pot_53876-142823.jpg?_wi=2", imageAlt: "Decorative planters for spaces"},
],
},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Browse All Products", href: "#products" }
{ text: "Browse All Products", href: "#products" },
]}
buttonAnimation="slide-up"
/>
@@ -147,12 +139,10 @@ export default function LandingPage() {
socialLinks={[
{
icon: Phone,
href: "tel:087000-12721", ariaLabel: "Call us"
},
href: "tel:087000-12721", ariaLabel: "Call us"},
{
icon: MapPin,
href: "#contact", ariaLabel: "Visit our store"
}
href: "#contact", ariaLabel: "Visit our store"},
]}
/>
</div>