Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -93,15 +93,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "k1", brand: "Allymo", name: "Colorful Collapsible Silicone Bottle", price: "$12.99", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/aluminum-bottle-packaging-liquids_23-2150821010.jpg" },
|
||||
{ id: "k2", brand: "Allymo", name: "Premium Spatula Set", price: "$15.99", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/supplies-arrangement-with-green-background_23-2149491448.jpg" },
|
||||
{ id: "k3", brand: "Allymo", name: "Glass Measuring Cup", price: "$18.99", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/pink-water-bootle-ground-high-quality-photo_114579-92317.jpg" },
|
||||
{ id: "k4", brand: "Allymo", name: "Non-Stick Whisk", price: "$9.99", rating: 4, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/kitchen-utensils_74190-7094.jpg" },
|
||||
{ id: "k5", brand: "Allymo", name: "Garlic Press", price: "$14.99", rating: 5, reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/thermal-bottle_74190-4777.jpg" },
|
||||
{ id: "k6", brand: "Allymo", name: "Kitchen Scale", price: "$22.99", rating: 5, reviewCount: "102", imageSrc: "http://img.b2bpic.net/free-photo/baking-kitchen-utensil-row-white-grunge-backdrop_23-2147926712.jpg" },
|
||||
{ id: "k1", brand: "Allymo", name: "Colorful Collapsible Silicone Bottle", price: "₹999", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/aluminum-bottle-packaging-liquids_23-2150821010.jpg" },
|
||||
{ id: "k2", brand: "Allymo", name: "Premium Spatula Set", price: "₹1299", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/supplies-arrangement-with-green-background_23-2149491448.jpg" },
|
||||
{ id: "k3", brand: "Allymo", name: "Glass Measuring Cup", price: "₹1599", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/pink-water-bootle-ground-high-quality-photo_114579-92317.jpg" },
|
||||
]}
|
||||
title="Kitchen Tools"
|
||||
description="Functional pieces that look as good as they work."
|
||||
title="Kitchen Essentials for Indian Homes"
|
||||
description="Durability meets design for every Indian kitchen."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -112,21 +109,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Portable LCD Writing Tablet", description: "Erasable and reusable, perfect for artists on the go.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/stationery-candies-near-tablet-laptop_23-2147777830.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/chalkboard-surrounded-by-sticky-tape_23-2148200050.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Interactive Puzzles", description: "Educational puzzles that engage young minds.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/technology-concept-with-kids-lying-couch_23-2147782807.jpg" },
|
||||
title: "Educational Toys", description: "Fun and learning combined for your little ones.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/technology-concept-with-kids-lying-couch_23-2147782807.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/two-sexy-females-having-fun-with-virtual-reality-glasses-device-home_613910-10086.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Soft Plush Toys", description: "Safe, hypoallergenic companions for nap time.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/back-school-composition-with-horizontal-notepad-art-elements_23-2147662389.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/fried-food-pan-toys_53876-74759.jpg" }
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
title="Kids Products"
|
||||
description="Creative solutions for curious minds."
|
||||
title="Kids Collection"
|
||||
description="Curated growth for the next generation."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -137,67 +126,47 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "h1", brand: "Allymo", name: "6 Pc Spice Jar Set", price: "$29.99", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cutlery-beans-arrangement_23-2148927363.jpg" },
|
||||
{ id: "h2", brand: "Allymo", name: "Cotton Storage Basket", price: "$24.99", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/close-up-zero-waste-food-containers_23-2149316612.jpg" },
|
||||
{ id: "h3", brand: "Allymo", name: "Bamboo Organizer Tray", price: "$19.99", rating: 4, reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/details-decor-table-living-room-hygge-style-concept-home-comfort-modern-style_169016-10442.jpg" },
|
||||
{ id: "h4", brand: "Allymo", name: "Wall Mounted Hooks", price: "$12.99", rating: 5, reviewCount: "44", imageSrc: "http://img.b2bpic.net/free-photo/close-up-saffron-ingredients-small-bottles_23-2149278493.jpg" },
|
||||
{ id: "h5", brand: "Allymo", name: "Handmade Coaster Set", price: "$15.99", rating: 4, reviewCount: "39", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-women-s-bracelets-cup-tea-wicker-stand-candle-warm-sweater-autumn-comfort-concept-top-view_169016-9785.jpg" },
|
||||
{ id: "h6", brand: "Allymo", name: "Ceramic Vase", price: "$25.99", rating: 5, reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spices-with-copy-spaces-white-wooden-horizontal_176474-1381.jpg" },
|
||||
{ id: "h1", brand: "Allymo", name: "Storage Solutions", price: "₹2499", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cutlery-beans-arrangement_23-2148927363.jpg" },
|
||||
{ id: "h2", brand: "Allymo", name: "Home Decor", price: "₹1999", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/close-up-zero-waste-food-containers_23-2149316612.jpg" },
|
||||
]}
|
||||
title="Home Essentials"
|
||||
description="Stylish organization for every corner."
|
||||
title="Organize Your Space"
|
||||
description="Style and functionality combined."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
<TestimonialCardFive
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Customer 1", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg" },
|
||||
{ id: "2", name: "Customer 2", imageSrc: "http://img.b2bpic.net/free-photo/joyful-childhood-moments-outdoors-smiling-girl-with-baby_169016-69575.jpg" },
|
||||
{ id: "3", name: "Customer 3", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-brush-paint_23-2148903535.jpg" },
|
||||
{ id: "4", name: "Customer 4", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-organic-vegetables_23-2148672860.jpg" },
|
||||
{ id: "5", name: "Customer 5", imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-assortment_23-2149090613.jpg" },
|
||||
{ id: "1", name: "Anjali S.", date: "Oct 2024", title: "Excellent Quality", quote: "Great products, fast delivery across India. Very happy!", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg" },
|
||||
{ id: "2", name: "Rajesh K.", date: "Sept 2024", title: "Highly Recommended", quote: "Sturdy products, perfect for Indian lifestyle. Highly recommend Allymo.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/joyful-childhood-moments-outdoors-smiling-girl-with-baby_169016-69575.jpg" },
|
||||
]}
|
||||
cardTitle="Loved by our Community"
|
||||
cardTag="Reviews"
|
||||
cardAnimation="slide-up"
|
||||
title="Loved by Indian Families"
|
||||
description="Thousands of happy homes across India trust Allymo."
|
||||
textboxLayout="split"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Connect"
|
||||
title="Stay Updated with Allymo"
|
||||
description="Sign up for our newsletter for early access to sales and new product drops."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-albino-woman-working-laptop_23-2150171936.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
tag="Exclusive Updates"
|
||||
title="Get 10% Off Your First Order"
|
||||
description="Join 50,000+ happy customers in India. Get early access to sales."
|
||||
buttonText="Get Exclusive Access"
|
||||
termsText="By signing up, you agree to receive promotional updates."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Allymo"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop", items: [
|
||||
{ label: "Kitchen", href: "#kitchen" },
|
||||
{ label: "Kids", href: "#kids" },
|
||||
{ label: "Home", href: "#essentials" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "About", href: "#about" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
<FooterLogoReveal
|
||||
logoText="Allymo India"
|
||||
leftLink={{ text: "Support", href: "#contact" }}
|
||||
rightLink={{ text: "Privacy Policy", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user