Update src/app/page.tsx
This commit is contained in:
355
src/app/page.tsx
355
src/app/page.tsx
@@ -33,33 +33,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Our Plants",
|
||||
id: "products",
|
||||
},
|
||||
name: "Our Plants", id: "products"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="RAMA NURSERY"
|
||||
/>
|
||||
@@ -68,82 +54,47 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Green Your World with RAMA NURSERY"
|
||||
description="Discover a vibrant collection of plants, from exotic flowers to essential greenery, expertly cultivated for your home and garden."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-spending-time-nature_23-2149453355.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-spending-time-nature_23-2149453355.jpg", alt: "Happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/surprised-young-caucasian-male-gardener-wearing-gardening-hat-holding-flowerpot-isolated-pink-wall-with-copy-space_141793-107941.jpg",
|
||||
alt: "Satisfied gardener",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/surprised-young-caucasian-male-gardener-wearing-gardening-hat-holding-flowerpot-isolated-pink-wall-with-copy-space_141793-107941.jpg", alt: "Satisfied gardener"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/excited-young-woman-gardener-uniform-wearing-gardening-hat-holding-flowers-flowerpots-isolated-green_141793-87368.jpg",
|
||||
alt: "Plant enthusiast",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/excited-young-woman-gardener-uniform-wearing-gardening-hat-holding-flowers-flowerpots-isolated-green_141793-87368.jpg", alt: "Plant enthusiast"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-exploring-enjoying-nature-shoot_53876-42630.jpg",
|
||||
alt: "Dedicated customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friends-exploring-enjoying-nature-shoot_53876-42630.jpg", alt: "Dedicated customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-with-lucky-bamboo-plant_1398-1583.jpg",
|
||||
alt: "Smiling customer with plant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girl-with-lucky-bamboo-plant_1398-1583.jpg", alt: "Smiling customer with plant"},
|
||||
]}
|
||||
avatarText="Join our growing community!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Plants",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Plants", href: "#products"},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Us", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/background-leaf-pattern-design_1150-12537.jpg",
|
||||
alt: "Lush green leaf",
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/background-leaf-pattern-design_1150-12537.jpg", alt: "Lush green leaf"},
|
||||
{
|
||||
type: "text", text: "Freshness Guaranteed"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/pink-roses-with-green-leaves-plate-grey-surface_114579-31698.jpg", alt: "Beautiful green plant"},
|
||||
{
|
||||
type: "text-icon", text: "Expert Care", icon: Feather,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshness Guaranteed",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/green-grass-field-background_1252-995.jpg", alt: "Green grass background"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/pink-roses-with-green-leaves-plate-grey-surface_114579-31698.jpg",
|
||||
alt: "Beautiful green plant",
|
||||
},
|
||||
type: "text", text: "Sustainable Sourcing"},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Care",
|
||||
icon: Feather,
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/indoor-plants-studio_23-2151022098.jpg", alt: "Indoor plants display"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/green-grass-field-background_1252-995.jpg",
|
||||
alt: "Green grass background",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Sourcing",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-plants-studio_23-2151022098.jpg",
|
||||
alt: "Indoor plants display",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Community Focus",
|
||||
icon: Users,
|
||||
type: "text-icon", text: "Community Focus", icon: Users,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
@@ -156,13 +107,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Passion for Plants and Sustainable Growth"
|
||||
description={[
|
||||
"At Rama Nursery, we believe in nurturing nature and fostering a greener tomorrow. For over a decade, we've provided premium plants and gardening solutions, helping our community thrive with beautiful, healthy flora.",
|
||||
"Our commitment extends beyond just selling plants; we aim to educate and inspire every gardener, from novice to expert. Join us in cultivating a world blooming with life.",
|
||||
]}
|
||||
"At Rama Nursery, we believe in nurturing nature and fostering a greener tomorrow. For over a decade, we've provided premium plants and gardening solutions, helping our community thrive with beautiful, healthy flora.", "Our commitment extends beyond just selling plants; we aim to educate and inspire every gardener, from novice to expert. Join us in cultivating a world blooming with life."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover Our Story",
|
||||
},
|
||||
text: "Discover Our Story"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
showBorder={false}
|
||||
@@ -176,32 +124,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Wide Variety & Rare Species",
|
||||
descriptions: [
|
||||
"Explore an extensive collection of common and exotic plants, including native species, succulents, flowers, and fruit trees, perfect for any garden or indoor space.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/botanical-herbs-paper_23-2151888372.jpg",
|
||||
imageAlt: "Wide variety of plants",
|
||||
},
|
||||
id: "f1", title: "Wide Variety & Rare Species", descriptions: [
|
||||
"Explore an extensive collection of common and exotic plants, including native species, succulents, flowers, and fruit trees, perfect for any garden or indoor space."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/botanical-herbs-paper_23-2151888372.jpg", imageAlt: "Wide variety of plants"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Expert Guidance & Workshops",
|
||||
descriptions: [
|
||||
"Our seasoned horticulturists provide personalized advice on plant care, selection, and garden design. Join our workshops to grow your green thumb and connect with fellow plant enthusiasts.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-6971.jpg",
|
||||
imageAlt: "Expert advising customer",
|
||||
},
|
||||
id: "f2", title: "Expert Guidance & Workshops", descriptions: [
|
||||
"Our seasoned horticulturists provide personalized advice on plant care, selection, and garden design. Join our workshops to grow your green thumb and connect with fellow plant enthusiasts."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-6971.jpg", imageAlt: "Expert advising customer"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Quality Assured & Sustainable Practices",
|
||||
descriptions: [
|
||||
"Every plant at Rama Nursery is nurtured with utmost care using sustainable and organic practices. We ensure you take home healthy, robust plants that thrive and flourish.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plants-pots-ground_23-2148200501.jpg",
|
||||
imageAlt: "Healthy potted plant",
|
||||
},
|
||||
id: "f3", title: "Quality Assured & Sustainable Practices", descriptions: [
|
||||
"Every plant at Rama Nursery is nurtured with utmost care using sustainable and organic practices. We ensure you take home healthy, robust plants that thrive and flourish."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plants-pots-ground_23-2148200501.jpg", imageAlt: "Healthy potted plant"},
|
||||
]}
|
||||
title="Why Choose Rama Nursery?"
|
||||
description="We offer an unparalleled selection, expert advice, and sustainable practices for every plant enthusiast."
|
||||
@@ -216,65 +149,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Seasonal",
|
||||
name: "Vibrant Roses",
|
||||
price: "From ₹499",
|
||||
rating: 5,
|
||||
reviewCount: "120 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-red-roses_23-2148381020.jpg",
|
||||
imageAlt: "Vibrant red roses",
|
||||
},
|
||||
id: "p1", brand: "Seasonal", name: "Vibrant Roses", price: "From ₹499", rating: 5,
|
||||
reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-red-roses_23-2148381020.jpg", imageAlt: "Vibrant red roses"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Exotic",
|
||||
name: "Elegant Orchids",
|
||||
price: "From ₹799",
|
||||
rating: 4,
|
||||
reviewCount: "85 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-decorating-her-house-with-orchids_23-2150970115.jpg",
|
||||
imageAlt: "Elegant potted orchids",
|
||||
},
|
||||
id: "p2", brand: "Exotic", name: "Elegant Orchids", price: "From ₹799", rating: 4,
|
||||
reviewCount: "85 reviews", imageSrc: "http://img.b2bpic.net/free-photo/woman-decorating-her-house-with-orchids_23-2150970115.jpg", imageAlt: "Elegant potted orchids"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Low Maintenance",
|
||||
name: "Charming Succulents",
|
||||
price: "From ₹249",
|
||||
rating: 5,
|
||||
reviewCount: "150 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148020370.jpg",
|
||||
imageAlt: "Assorted succulent plants",
|
||||
},
|
||||
id: "p3", brand: "Low Maintenance", name: "Charming Succulents", price: "From ₹249", rating: 5,
|
||||
reviewCount: "150 reviews", imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148020370.jpg", imageAlt: "Assorted succulent plants"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Outdoor",
|
||||
name: "Fruit-Bearing Trees",
|
||||
price: "From ₹1299",
|
||||
rating: 4,
|
||||
reviewCount: "70 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plantation-cherry-trees-with-sky_158595-5831.jpg",
|
||||
imageAlt: "Young fruit trees",
|
||||
},
|
||||
id: "p4", brand: "Outdoor", name: "Fruit-Bearing Trees", price: "From ₹1299", rating: 4,
|
||||
reviewCount: "70 reviews", imageSrc: "http://img.b2bpic.net/free-photo/plantation-cherry-trees-with-sky_158595-5831.jpg", imageAlt: "Young fruit trees"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Organic",
|
||||
name: "Fresh Culinary Herbs",
|
||||
price: "From ₹199",
|
||||
rating: 5,
|
||||
reviewCount: "95 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/botanical-leaves_23-2148121722.jpg",
|
||||
imageAlt: "Fresh potted herbs",
|
||||
},
|
||||
id: "p5", brand: "Organic", name: "Fresh Culinary Herbs", price: "From ₹199", rating: 5,
|
||||
reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/botanical-leaves_23-2148121722.jpg", imageAlt: "Fresh potted herbs"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Indoor",
|
||||
name: "Air Purifying Plants",
|
||||
price: "From ₹399",
|
||||
rating: 5,
|
||||
reviewCount: "110 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-looking-plant-nursery_23-2148066834.jpg",
|
||||
imageAlt: "Indoor air purifying plants",
|
||||
},
|
||||
id: "p6", brand: "Indoor", name: "Air Purifying Plants", price: "From ₹399", rating: 5,
|
||||
reviewCount: "110 reviews", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-looking-plant-nursery_23-2148066834.jpg", imageAlt: "Indoor air purifying plants"},
|
||||
]}
|
||||
title="Our Diverse Collection of Greenery"
|
||||
description="Explore our hand-picked selection of vibrant plants, perfect for any space and every enthusiast."
|
||||
@@ -288,39 +179,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "plan-basic",
|
||||
title: "Basic Garden Care",
|
||||
price: "₹1,500",
|
||||
period: "/month",
|
||||
features: [
|
||||
"Monthly Garden Check-up",
|
||||
"Basic Pruning & Trimming",
|
||||
"Organic Fertilization",
|
||||
"Pest & Disease Inspection",
|
||||
],
|
||||
id: "plan-basic", title: "Basic Garden Care", price: "₹1,500", period: "/month", features: [
|
||||
"Monthly Garden Check-up", "Basic Pruning & Trimming", "Organic Fertilization", "Pest & Disease Inspection"],
|
||||
button: {
|
||||
text: "Get Started",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139731.jpg",
|
||||
imageAlt: "Gardener tending a small garden",
|
||||
},
|
||||
text: "Get Started"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139731.jpg", imageAlt: "Gardener tending a small garden"},
|
||||
{
|
||||
id: "plan-premium",
|
||||
title: "Premium Landscape Design",
|
||||
price: "₹8,000",
|
||||
period: "/project",
|
||||
features: [
|
||||
"Custom Garden Design Plan",
|
||||
"Plant Selection & Sourcing",
|
||||
"Installation & Setup",
|
||||
"Initial 3-Month Maintenance",
|
||||
],
|
||||
id: "plan-premium", title: "Premium Landscape Design", price: "₹8,000", period: "/project", features: [
|
||||
"Custom Garden Design Plan", "Plant Selection & Sourcing", "Installation & Setup", "Initial 3-Month Maintenance"],
|
||||
button: {
|
||||
text: "Start Project",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sustainable-urban-living-rooftop-gardens-eco-friendly-homes_23-2151990803.jpg",
|
||||
imageAlt: "Beautifully designed lush garden",
|
||||
},
|
||||
text: "Start Project"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sustainable-urban-living-rooftop-gardens-eco-friendly-homes_23-2151990803.jpg", imageAlt: "Beautifully designed lush garden"},
|
||||
]}
|
||||
title="Tailored Services for Every Green Space"
|
||||
description="From garden design to seasonal maintenance, we offer flexible plans to keep your greenery flourishing."
|
||||
@@ -332,35 +201,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Priya Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-beautiful-sunflowers_23-2150392040.jpg",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "t1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-beautiful-sunflowers_23-2150392040.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Rohan Verma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-sitting-greenhouse-using-laptop_171337-7099.jpg",
|
||||
imageAlt: "Rohan Verma",
|
||||
},
|
||||
id: "t2", name: "Rohan Verma", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-sitting-greenhouse-using-laptop_171337-7099.jpg", imageAlt: "Rohan Verma"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Anjali Singh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cocktail-dress-gold-chain-bright-spring-pink-makeup-white-background-holds-bouquet-orange-dried-flowers-gift-march-8_343596-8221.jpg",
|
||||
imageAlt: "Anjali Singh",
|
||||
},
|
||||
id: "t3", name: "Anjali Singh", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cocktail-dress-gold-chain-bright-spring-pink-makeup-white-background-holds-bouquet-orange-dried-flowers-gift-march-8_343596-8221.jpg", imageAlt: "Anjali Singh"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Deepak Kumar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-putting-plant-wooden-box_23-2148851404.jpg",
|
||||
imageAlt: "Deepak Kumar",
|
||||
},
|
||||
id: "t4", name: "Deepak Kumar", imageSrc: "http://img.b2bpic.net/free-photo/woman-putting-plant-wooden-box_23-2148851404.jpg", imageAlt: "Deepak Kumar"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Neha Gupta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-posing-smiling-flowers_176420-2053.jpg",
|
||||
imageAlt: "Neha Gupta",
|
||||
},
|
||||
id: "t5", name: "Neha Gupta", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-posing-smiling-flowers_176420-2053.jpg", imageAlt: "Neha Gupta"},
|
||||
]}
|
||||
cardTitle="What Our Customers Say"
|
||||
cardTag="Trusted by Gardeners"
|
||||
@@ -374,30 +223,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How often should I water my plants?",
|
||||
content: "The watering frequency depends on the plant type, pot size, and environmental conditions. Generally, check the soil moisture and water when the top inch feels dry. Our experts can provide specific advice for your plants.",
|
||||
},
|
||||
id: "q1", title: "How often should I water my plants?", content: "The watering frequency depends on the plant type, pot size, and environmental conditions. Generally, check the soil moisture and water when the top inch feels dry. Our experts can provide specific advice for your plants."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer home delivery services?",
|
||||
content: "Yes, we offer reliable home delivery services within a 20km radius of our nursery. Delivery charges may apply based on your location and order size. Please contact us for more details.",
|
||||
},
|
||||
id: "q2", title: "Do you offer home delivery services?", content: "Yes, we offer reliable home delivery services within a 20km radius of our nursery. Delivery charges may apply based on your location and order size. Please contact us for more details."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What types of soil are best for indoor plants?",
|
||||
content: "Most indoor plants thrive in well-draining potting mixes. We recommend a blend of peat moss, perlite, and vermiculite for optimal aeration and moisture retention. Avoid using garden soil for potted plants as it can compact and hinder drainage.",
|
||||
},
|
||||
id: "q3", title: "What types of soil are best for indoor plants?", content: "Most indoor plants thrive in well-draining potting mixes. We recommend a blend of peat moss, perlite, and vermiculite for optimal aeration and moisture retention. Avoid using garden soil for potted plants as it can compact and hinder drainage."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Can I get personalized gardening advice?",
|
||||
content: "Absolutely! Our team of experienced horticulturists is always ready to offer personalized gardening advice. Feel free to visit our nursery or contact us with your specific questions and challenges.",
|
||||
},
|
||||
id: "q4", title: "Can I get personalized gardening advice?", content: "Absolutely! Our team of experienced horticulturists is always ready to offer personalized gardening advice. Feel free to visit our nursery or contact us with your specific questions and challenges."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "What is your return policy for plants?",
|
||||
content: "We ensure all our plants are healthy when they leave the nursery. If you encounter any issues within 7 days of purchase, please bring the plant and your receipt back for an exchange or store credit. Conditions apply.",
|
||||
},
|
||||
id: "q5", title: "What is your return policy for plants?", content: "We ensure all our plants are healthy when they leave the nursery. If you encounter any issues within 7 days of purchase, please bring the plant and your receipt back for an exchange or store credit. Conditions apply."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-with-beautiful-flowers_23-2150392116.jpg"
|
||||
imageAlt="Person watering a potted plant"
|
||||
@@ -413,30 +247,19 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Connect with Rama Nursery"
|
||||
description="Have a question or need expert advice? Reach out to us, and our team will be happy to assist you."
|
||||
description="Have a question or need expert advice? Reach out to us, and our team will be happy to assist you. You can also visit us at 123 Green Street, Garden City, 560001, India, or call us at +91 98765 43210. Email: info@ramanursery.com"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-florist-using-laptop-with-potted-plants-desk_23-2147929417.jpg"
|
||||
@@ -451,41 +274,25 @@ export default function LandingPage() {
|
||||
logoText="RAMA NURSERY"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Plants",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Our Plants", href: "#products"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user