Merge version_1 into main #2
226
src/app/page.tsx
226
src/app/page.tsx
@@ -31,22 +31,10 @@ 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="Bhavan"
|
||||
/>
|
||||
@@ -54,32 +42,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Bhavan - Elevate Your Creativity"
|
||||
description="Discover a curated world of premium stationery, artistic tools, and elegant writing essentials designed to inspire your every word and sketch."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-back-school-concept_23-2148586705.jpg?_wi=1",
|
||||
imageAlt: "Stationery Store Display",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stationery-set-with-empty-place-center_23-2147851966.jpg?_wi=1",
|
||||
imageAlt: "Art Supplies Collection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desk-supplies-plain-background_23-2148319730.jpg?_wi=1",
|
||||
imageAlt: "Office Workspace",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-desk-supplies-composition_23-2149511874.jpg",
|
||||
imageAlt: "High angle desk supplies composition",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-arrangement_23-2148586694.jpg",
|
||||
imageAlt: "Back to school concept arrangement",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-back-school-concept_23-2148586705.jpg", imageAlt: "Stationery Store Display" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stationery-set-with-empty-place-center_23-2147851966.jpg", imageAlt: "Art Supplies Collection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/desk-supplies-plain-background_23-2148319730.jpg", imageAlt: "Office Workspace" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-desk-supplies-composition_23-2149511874.jpg", imageAlt: "High angle desk supplies composition" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-arrangement_23-2148586694.jpg", imageAlt: "Back to school concept arrangement" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -102,48 +73,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Premium Hardcover Journal",
|
||||
price: "$25.00",
|
||||
variant: "Classic Black",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-book-flower-glasses_23-2148213827.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Classic Fountain Pen",
|
||||
price: "$45.00",
|
||||
variant: "Gold Nib",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-desktop-with-scissors-pencils_23-2148425999.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Pro Sketch Markers Set",
|
||||
price: "$30.00",
|
||||
variant: "24 Colors",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-markers-rainbow-colors-concept_23-2148457249.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Handcrafted Paper Pack",
|
||||
price: "$15.00",
|
||||
variant: "Eco-friendly",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-weaving-ribbon-golden-bow-with-gift-paper-brown-paper_23-2147877965.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Wooden Desk Organizer",
|
||||
price: "$55.00",
|
||||
variant: "Oak Finish",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stack-old-coming-book-strips-box_23-2150256480.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Calligraphy Ink Set",
|
||||
price: "$20.00",
|
||||
variant: "Deep Indigo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cups-bottle-with-sake-drink_23-2149869777.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Premium Hardcover Journal", price: "$25.00", variant: "Classic Black", imageSrc: "http://img.b2bpic.net/free-photo/top-view-book-flower-glasses_23-2148213827.jpg" },
|
||||
{ id: "p2", name: "Classic Fountain Pen", price: "$45.00", variant: "Gold Nib", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desktop-with-scissors-pencils_23-2148425999.jpg" },
|
||||
{ id: "p3", name: "Pro Sketch Markers Set", price: "$30.00", variant: "24 Colors", imageSrc: "http://img.b2bpic.net/free-photo/top-view-markers-rainbow-colors-concept_23-2148457249.jpg" },
|
||||
{ id: "p4", name: "Handcrafted Paper Pack", price: "$15.00", variant: "Eco-friendly", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-weaving-ribbon-golden-bow-with-gift-paper-brown-paper_23-2147877965.jpg" },
|
||||
{ id: "p5", name: "Wooden Desk Organizer", price: "$55.00", variant: "Oak Finish", imageSrc: "http://img.b2bpic.net/free-photo/stack-old-coming-book-strips-box_23-2150256480.jpg" },
|
||||
{ id: "p6", name: "Calligraphy Ink Set", price: "$20.00", variant: "Deep Indigo", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cups-bottle-with-sake-drink_23-2149869777.jpg" },
|
||||
]}
|
||||
title="New Arrivals"
|
||||
description="Explore the latest stationery additions to spark your daily creativity."
|
||||
@@ -157,40 +92,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Quality",
|
||||
description: "Hand-selected materials for durability.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-working-with-flowers-front-view_23-2149591602.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-felttip-pens-sheet-white-paper-yellow-background-top-view_169016-40871.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-back-school-concept_23-2148586705.jpg?_wi=2",
|
||||
imageAlt: "stationery store high quality pens notebooks",
|
||||
title: "Premium Quality", description: "Hand-selected materials for durability.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-working-with-flowers-front-view_23-2149591602.jpg", imageAlt: "quality pen" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/set-felttip-pens-sheet-white-paper-yellow-background-top-view_169016-40871.jpg", imageAlt: "felt pens" }
|
||||
},
|
||||
{
|
||||
title: "Artist Approved",
|
||||
description: "Loved by students and professionals.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/opened-sketchbook-office-supplies_23-2147689746.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-organizer_23-2147654393.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stationery-set-with-empty-place-center_23-2147851966.jpg?_wi=2",
|
||||
imageAlt: "stationery store high quality pens notebooks",
|
||||
title: "Artist Approved", description: "Loved by students and professionals.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/opened-sketchbook-office-supplies_23-2147689746.jpg", imageAlt: "sketchbook" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-organizer_23-2147654393.jpg", imageAlt: "organizer" }
|
||||
},
|
||||
{
|
||||
title: "Fast Delivery",
|
||||
description: "Delivered to your desk safely.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-workspace-with-office-supplies_23-2151968879.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-pen-ai-generated_23-2150695599.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desk-supplies-plain-background_23-2148319730.jpg?_wi=2",
|
||||
imageAlt: "stationery store high quality pens notebooks",
|
||||
title: "Fast Delivery", description: "Delivered to your desk safely.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/minimalist-workspace-with-office-supplies_23-2151968879.jpg", imageAlt: "desk" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-pen-ai-generated_23-2150695599.jpg", imageAlt: "3d pen" }
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -204,14 +115,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Moleskine",
|
||||
"Pilot",
|
||||
"Faber-Castell",
|
||||
"Lamy",
|
||||
"Staedtler",
|
||||
"Rhodia",
|
||||
"Pentel",
|
||||
]}
|
||||
"Moleskine", "Pilot", "Faber-Castell", "Lamy", "Staedtler", "Rhodia", "Pentel"]}
|
||||
title="Trusted by Creatives Worldwide"
|
||||
description="We partner with top global stationery brands to bring excellence to you."
|
||||
/>
|
||||
@@ -224,26 +128,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Sarah J."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-shocked-teenage-girl-with-shopping-bags_231208-5612.jpg",
|
||||
alt: "Sarah J.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-blending-different-colors-his-painting_23-2148422201.jpg",
|
||||
alt: "Mark R.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dreamy-pretty-woman-spectacles-holding-white-cup_7502-9220.jpg",
|
||||
alt: "Elaine K.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-teacher_23-2148635327.jpg",
|
||||
alt: "David L.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-female-student-holding-notebook_1187-5055.jpg",
|
||||
alt: "Jane W.",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/pretty-shocked-teenage-girl-with-shopping-bags_231208-5612.jpg", alt: "Sarah J." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-blending-different-colors-his-painting_23-2148422201.jpg", alt: "Mark R." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/dreamy-pretty-woman-spectacles-holding-white-cup_7502-9220.jpg", alt: "Elaine K." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-smiley-teacher_23-2148635327.jpg", alt: "David L." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/attractive-female-student-holding-notebook_1187-5055.jpg", alt: "Jane W." },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -255,21 +144,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer international shipping?",
|
||||
content: "Yes, we ship globally.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can I return unused items?",
|
||||
content: "Within 30 days of purchase.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you provide bulk discounts?",
|
||||
content: "Yes, for orders over $500.",
|
||||
},
|
||||
{ id: "f1", title: "Do you offer international shipping?", content: "Yes, we ship globally." },
|
||||
{ id: "f2", title: "Can I return unused items?", content: "Within 30 days of purchase." },
|
||||
{ id: "f3", title: "Do you provide bulk discounts?", content: "Yes, for orders over $500." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about Bhavan shopping experience."
|
||||
@@ -280,18 +157,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Ready to write your story?"
|
||||
description="Visit Bhavan today or reach out for inquiries."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -299,32 +169,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Bhavan"
|
||||
columns={[
|
||||
{
|
||||
title: "Store",
|
||||
items: [
|
||||
{
|
||||
label: "Shop",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Store", items: [{ label: "Shop", href: "#products" }, { label: "About", href: "#about" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Bhavan Stationery Store."
|
||||
/>
|
||||
@@ -332,4 +178,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user