Merge version_1 into main #1
209
src/app/page.tsx
209
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="The Secret Garden"
|
||||
/>
|
||||
@@ -57,33 +49,21 @@ export default function LandingPage() {
|
||||
description="At The Secret Garden, we bring your events to life with vibrant, fresh blooms that set the perfect tone for any occasion."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Event",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Event", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/spring-background-vector-with-blooming-flower-border_53876-104062.jpg"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/flat-lay-delicate-purple-flowers-white-colored-water_23-2148256405.jpg",
|
||||
alt: "Flat lay delicate purple flowers in white colored water",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/flat-lay-delicate-purple-flowers-white-colored-water_23-2148256405.jpg", alt: "Flat lay delicate purple flowers in white colored water"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/aesthetic-background-trippy-beige-buttercup-flower_53876-128682.jpg",
|
||||
alt: "Aesthetic background, trippy beige buttercup flower",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/aesthetic-background-trippy-beige-buttercup-flower_53876-128682.jpg", alt: "Aesthetic background, trippy beige buttercup flower"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicate-flowers-blue-water_23-2148256485.jpg",
|
||||
alt: "Delicate flowers in blue water",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/delicate-flowers-blue-water_23-2148256485.jpg", alt: "Delicate flowers in blue water"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/ball-garland-christmas-decorations_53876-71456.jpg",
|
||||
alt: "Ball garland Christmas decorations",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/ball-garland-christmas-decorations_53876-71456.jpg", alt: "Ball garland Christmas decorations"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/content-girl-working-with-flowers-shop_23-2147761043.jpg",
|
||||
alt: "Content girl working with flowers in shop",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/content-girl-working-with-flowers-shop_23-2147761043.jpg", alt: "Content girl working with flowers in shop"},
|
||||
]}
|
||||
avatarText="Trusted by 3500+ events"
|
||||
/>
|
||||
@@ -94,20 +74,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Crafting Memories",
|
||||
},
|
||||
type: "text", content: "Crafting Memories"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/flowers-from-home-garden-vase-white-background_169016-34806.jpg",
|
||||
alt: "Floral Design",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/flowers-from-home-garden-vase-white-background_169016-34806.jpg", alt: "Floral Design"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Learn More", href: "#services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,50 +92,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Wedding Events",
|
||||
tags: [
|
||||
"Premium",
|
||||
"Floral",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-provance-living-room-with-brown-sofa-near-fireplace-with-flowers-candles_8353-8450.jpg",
|
||||
},
|
||||
id: "f1", title: "Wedding Events", tags: [
|
||||
"Premium", "Floral"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-provance-living-room-with-brown-sofa-near-fireplace-with-flowers-candles_8353-8450.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Corporate Events",
|
||||
tags: [
|
||||
"Elegant",
|
||||
"Professional",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-tanned-brunette-shorthaired-woman-floral-vneck-dress-chatting-phone-sits-desk-poses-cozy-fashion-designer-office_197531-29849.jpg",
|
||||
},
|
||||
id: "f2", title: "Corporate Events", tags: [
|
||||
"Elegant", "Professional"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-tanned-brunette-shorthaired-woman-floral-vneck-dress-chatting-phone-sits-desk-poses-cozy-fashion-designer-office_197531-29849.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Special Occasions",
|
||||
tags: [
|
||||
"Unique",
|
||||
"Personalized",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fancy-wedding-table-decorated-with-flowers_181624-27069.jpg",
|
||||
},
|
||||
id: "f3", title: "Special Occasions", tags: [
|
||||
"Unique", "Personalized"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fancy-wedding-table-decorated-with-flowers_181624-27069.jpg"},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Boutique Bouquets",
|
||||
tags: [
|
||||
"Fresh",
|
||||
"Hand-tied",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/greenery-bouquet-with-roses-stand-feast-table_8353-11476.jpg",
|
||||
},
|
||||
id: "f4", title: "Boutique Bouquets", tags: [
|
||||
"Fresh", "Hand-tied"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/greenery-bouquet-with-roses-stand-feast-table_8353-11476.jpg"},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Installation Art",
|
||||
tags: [
|
||||
"Grand",
|
||||
"Immersive",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-chrysanthemums-hang-threads-from-ceiling-dinner-hall_1304-3325.jpg",
|
||||
},
|
||||
id: "f5", title: "Installation Art", tags: [
|
||||
"Grand", "Immersive"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-chrysanthemums-hang-threads-from-ceiling-dinner-hall_1304-3325.jpg"},
|
||||
]}
|
||||
title="Our Signature Floral Services"
|
||||
description="Exquisite floral decor for every milestone."
|
||||
@@ -176,23 +124,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Award,
|
||||
title: "Years Experience",
|
||||
value: "45+",
|
||||
},
|
||||
id: "m1", icon: Award,
|
||||
title: "Years Experience", value: "45+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Smile,
|
||||
title: "Satisfied Clients",
|
||||
value: "3535+",
|
||||
},
|
||||
id: "m2", icon: Smile,
|
||||
title: "Satisfied Clients", value: "3535+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Calendar,
|
||||
title: "Events Celebrated",
|
||||
value: "2689+",
|
||||
},
|
||||
id: "m3", icon: Calendar,
|
||||
title: "Events Celebrated", value: "2689+"},
|
||||
]}
|
||||
title="Our Floral Milestones"
|
||||
description="Creating excellence in every petal."
|
||||
@@ -203,61 +142,31 @@ export default function LandingPage() {
|
||||
<TestimonialCardSixteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Varun",
|
||||
role: "Client",
|
||||
company: "Secret Garden",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg",
|
||||
},
|
||||
id: "t1", name: "Varun", role: "Client", company: "Secret Garden", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Srija",
|
||||
role: "Client",
|
||||
company: "Secret Garden",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-black-suit-with-tie-posing_114579-15876.jpg",
|
||||
},
|
||||
id: "t2", name: "Srija", role: "Client", company: "Secret Garden", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-black-suit-with-tie-posing_114579-15876.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Priya",
|
||||
role: "Client",
|
||||
company: "Secret Garden",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-selfie-medium-shot_23-2149110910.jpg",
|
||||
},
|
||||
id: "t3", name: "Priya", role: "Client", company: "Secret Garden", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-selfie-medium-shot_23-2149110910.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Amit",
|
||||
role: "Client",
|
||||
company: "Secret Garden",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-talking-with-each-other_23-2148395400.jpg",
|
||||
},
|
||||
id: "t4", name: "Amit", role: "Client", company: "Secret Garden", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-talking-with-each-other_23-2148395400.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sneha",
|
||||
role: "Client",
|
||||
company: "Secret Garden",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/toast-you-dear-colleague_637285-9641.jpg",
|
||||
},
|
||||
id: "t5", name: "Sneha", role: "Client", company: "Secret Garden", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/toast-you-dear-colleague_637285-9641.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
label: "Rating",
|
||||
value: "5.0",
|
||||
},
|
||||
label: "Rating", value: "5.0"},
|
||||
{
|
||||
label: "Clients",
|
||||
value: "3500+",
|
||||
},
|
||||
label: "Clients", value: "3500+"},
|
||||
{
|
||||
label: "Happy",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Happy", value: "100%"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Treasured feedback from our garden of happy customers."
|
||||
@@ -268,14 +177,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
text="Ready to bring your floral vision to life? Visit us at G2, Alsa Mall, Egmore, Chennai or reach us at 98403 66025."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:thesecretgarden.official@gmail.com",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:thesecretgarden.official@gmail.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -286,20 +192,13 @@ export default function LandingPage() {
|
||||
logoText="The Secret Garden"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user