Update src/app/page.tsx
This commit is contained in:
297
src/app/page.tsx
297
src/app/page.tsx
@@ -31,88 +31,25 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Prestige Store"
|
||||
brandName="Prestige Smart Kitchen"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Welcome to Prestige Store"
|
||||
description="Experience unparalleled quality and elegance in every selection. Your destination for premium products."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Welcome to Prestige Smart Kitchen"
|
||||
description="Experience unparalleled quality and elegance in your culinary space. Your destination for premium kitchen appliances and accessories available within India."
|
||||
buttons={[{ text: "Explore Collection", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150862066.jpg"
|
||||
imageAlt="Prestige Store Luxury Interior"
|
||||
imageAlt="Prestige Smart Kitchen Luxury Interior"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-women-with-shopping-bags-city_1157-26763.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892904.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/picture-young-lovely-caucasian-female-with-dark-hair-gold-dress-gold-shoes-shows-different-stands-near-beautiful-building_132075-8951.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fashionable-young-woman-grey-coat-hat-walking-street-city-centre-smiling-true-emotions-stylish-lifestyle-luxury-clothes-elegant-look_197531-1885.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23068.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Join 10k+ satisfied customers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Quality",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Secure Checkout",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Shipping",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Curated Selection",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Support",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by thousands of home chefs in India"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -120,21 +57,12 @@ export default function LandingPage() {
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Our Commitment to Quality"
|
||||
description="At Prestige Store, we pride ourselves on curating the finest products for our discerning customers. Our mission is to combine luxury with reliability, ensuring an unmatched shopping experience."
|
||||
title="Our Commitment to Culinary Excellence"
|
||||
description="At Prestige Smart Kitchen, we pride ourselves on curating the finest kitchen essentials for customers across India. Our mission is to combine luxury, innovation, and reliability, ensuring an unmatched cooking experience."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Premium Selection",
|
||||
description: "Hand-picked items that meet the highest standards.",
|
||||
},
|
||||
{
|
||||
title: "Exceptional Service",
|
||||
description: "Dedicated to your complete satisfaction.",
|
||||
},
|
||||
{
|
||||
title: "Secure Shopping",
|
||||
description: "Trusted by customers worldwide for reliability.",
|
||||
},
|
||||
{ title: "Premium Selection", description: "Hand-picked kitchenware meeting the highest standards." },
|
||||
{ title: "Pan-India Delivery", description: "Serving every kitchen across the country." },
|
||||
{ title: "Certified Quality", description: "Trusted appliances with long-term reliability." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150862120.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -147,33 +75,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Quality Assured",
|
||||
descriptions: [
|
||||
"Every item is vetted for superior quality.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-adult-woman-talking-phone_23-2148660692.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Fast Delivery",
|
||||
descriptions: [
|
||||
"Efficient shipping to your doorstep.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-with-shopping-bags_23-2148225670.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Secure Payments",
|
||||
descriptions: [
|
||||
"Safety and privacy guaranteed for every transaction.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-lock-with-credit-cards-top-laptop_23-2148578118.jpg",
|
||||
},
|
||||
{ id: "f1", title: "Quality Assured", descriptions: ["Premium kitchen equipment vetted for durability."] },
|
||||
{ id: "f2", title: "Nationwide Delivery", descriptions: ["Safe and efficient shipping anywhere in India."] },
|
||||
{ id: "f3", title: "Secure Checkout", descriptions: ["Safety and privacy guaranteed for every purchase."] },
|
||||
]}
|
||||
title="Why Choose Prestige Store?"
|
||||
description="Discover what sets us apart in the retail landscape."
|
||||
title="Why Choose Prestige Smart Kitchen?"
|
||||
description="Elevate your culinary journey with our reliable services."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -184,85 +91,21 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Luxury Timepiece",
|
||||
price: "$1,299",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/earphones-makeup-supplies_23-2147710701.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Gold Accessory",
|
||||
price: "$899",
|
||||
variant: "Elite",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-roses-empty-metal-frame-paper-pink-backdrop_23-2148191142.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Designer Handbag",
|
||||
price: "$2,450",
|
||||
variant: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-kit-with-jewelry-brushes-modeling-career_52683-109518.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Lifestyle Item",
|
||||
price: "$450",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-sandals-near-shopping-bags_23-2148238183.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Designer Fragrance",
|
||||
price: "$220",
|
||||
variant: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-perfume-bottles-arrangement_23-2149234388.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Designer Eyewear",
|
||||
price: "$380",
|
||||
variant: "Modern",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-girl-posing-accessory-shop_23-2147669952.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Smart Induction Cooktop", price: "₹8,499", variant: "Premium", imageSrc: "https://img.b2bpic.net/free-photo/induction-cooktop-modern-kitchen_23-2148450711.jpg" },
|
||||
{ id: "p2", name: "Designer Pressure Cooker", price: "₹3,899", variant: "Classic", imageSrc: "https://img.b2bpic.net/free-photo/shiny-pressure-cooker-kitchen-counter_23-2148772091.jpg" },
|
||||
{ id: "p3", name: "Smart Mixer Grinder", price: "₹5,950", variant: "Elite", imageSrc: "https://img.b2bpic.net/free-photo/modern-mixer-grinder-kitchen-table_23-2148772078.jpg" },
|
||||
{ id: "p4", name: "Electric Kettle Pro", price: "₹2,450", variant: "Modern", imageSrc: "https://img.b2bpic.net/free-photo/stainless-steel-kettle-kitchen-interior_23-2148772105.jpg" },
|
||||
]}
|
||||
title="Featured Collections"
|
||||
description="Browse our latest premium arrivals."
|
||||
title="Featured Kitchen Essentials"
|
||||
description="Browse our latest premium arrivals for your modern kitchen."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-shopping-bags-city_1303-16811.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Brian K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Clara J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worried-woman-carrying-many-bags-after-shopping-looking-away_197531-5670.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David W.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-africanamerican-girl-shopping-opening-bag-with-gift-smiling-happy-standin_1258-149109.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elena R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-shopper-holding-paper-bags-smiling-cashier-seller-fashion-store-woman-taking-purchase-leaving-shop-medium-shot-shopping-concept_74855-11610.jpg",
|
||||
},
|
||||
]}
|
||||
cardTitle="Client Experiences"
|
||||
testimonials={[{ id: "t1", name: "Anjali S.", imageSrc: "https://img.b2bpic.net/free-photo/happy-indian-woman-cooking-kitchen_23-2148979316.jpg" }]}
|
||||
cardTitle="Customer Stories"
|
||||
cardAnimation="slide-up"
|
||||
cardTag="Testimonials"
|
||||
/>
|
||||
@@ -271,24 +114,12 @@ export default function LandingPage() {
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Our Growing Impact"
|
||||
tag="Milestones"
|
||||
title="Serving Kitchens Nationwide"
|
||||
tag="Our Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10k+",
|
||||
description: "Happy Customers",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
description: "Products Curated",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "20+",
|
||||
description: "Countries Served",
|
||||
},
|
||||
{ id: "m1", value: "50k+", description: "Happy Indian Households" },
|
||||
{ id: "m2", value: "100%", description: "Genuine Products" },
|
||||
{ id: "m3", value: "24/7", description: "Customer Support" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -298,21 +129,8 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What shipping options are available?",
|
||||
content: "We offer standard and expedited shipping worldwide.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I return a product?",
|
||||
content: "Yes, we have a hassle-free 30-day return policy.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How is product authenticity verified?",
|
||||
content: "All items undergo rigorous quality checks by our professional team.",
|
||||
},
|
||||
{ id: "q1", title: "Do you ship across India?", content: "Yes, we provide pan-India delivery services." },
|
||||
{ id: "q2", title: "Is there a warranty?", content: "Yes, all our appliances come with a standard manufacturer warranty." },
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -322,49 +140,18 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
text="Have questions or need assistance? Reach out to our support team today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
text="Need help choosing the perfect appliance for your kitchen? Contact our team in India today."
|
||||
buttons={[{ text: "Contact Support", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Prestige Store"
|
||||
logoText="Prestige Smart Kitchen"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
{
|
||||
label: "All Products",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Featured",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Shop", items: [{ label: "All Products", href: "#products" }] },
|
||||
{ title: "Support", items: [{ label: "Contact Us", href: "#contact" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user