Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
254
src/app/page.tsx
254
src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Video",
|
||||
id: "demo",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About Us", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Video", id: "demo" },
|
||||
]}
|
||||
brandName="JewelStock"
|
||||
/>
|
||||
@@ -61,14 +46,9 @@ export default function LandingPage() {
|
||||
<HeroLogo
|
||||
logoText="JewelStock"
|
||||
description="Manage your jewellery business smarter with our advanced billing, inventory, and GST compliance tools."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Demo",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book a Demo", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/office-worker-with-tablet-pencil_23-2147717385.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/office-worker-with-tablet-pencil_23-2147717385.jpg"
|
||||
imageAlt="JewelStock Dashboard"
|
||||
/>
|
||||
</div>
|
||||
@@ -80,28 +60,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Inventory Management",
|
||||
description: "Track every piece with precision.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: LayoutDashboard,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-icons-set-web-project-plan-interface-design-marketing-research_126523-1105.jpg",
|
||||
imageAlt: "gst tax icon minimalist",
|
||||
title: "Inventory Management", description: "Track every piece with precision.", bentoComponent: "reveal-icon", icon: LayoutDashboard,
|
||||
},
|
||||
{
|
||||
title: "GST Billing",
|
||||
description: "Compliance made simple.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: FileText,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-with-tablet-pencil_23-2147717385.jpg?_wi=2",
|
||||
imageAlt: "gst tax icon minimalist",
|
||||
title: "GST Billing", description: "Compliance made simple.", bentoComponent: "reveal-icon", icon: FileText,
|
||||
},
|
||||
{
|
||||
title: "Advanced Reports",
|
||||
description: "Insightful sales analytics.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: BarChart,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/25-ecommerce-line-filled-style-icon-pack_1142-25191.jpg",
|
||||
imageAlt: "gst tax icon minimalist",
|
||||
title: "Advanced Reports", description: "Insightful sales analytics.", bentoComponent: "reveal-icon", icon: BarChart,
|
||||
},
|
||||
]}
|
||||
title="Smarter & Faster Jewellery Billing Solutions"
|
||||
@@ -115,42 +80,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "GST Billing",
|
||||
value: "Compliance",
|
||||
icon: FileText,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Inventory",
|
||||
value: "Barcode Tracking",
|
||||
icon: Grid,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Multi-User",
|
||||
value: "Access Control",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Messaging",
|
||||
value: "WhatsApp Integration",
|
||||
icon: MessageCircle,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Reporting",
|
||||
value: "Daily Sales",
|
||||
icon: BarChart,
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "Pricing",
|
||||
value: "Gold Rate Updates",
|
||||
icon: TrendingUp,
|
||||
},
|
||||
{ id: "1", title: "GST Billing", value: "Compliance", icon: FileText },
|
||||
{ id: "2", title: "Inventory", value: "Barcode Tracking", icon: Grid },
|
||||
{ id: "3", title: "Multi-User", value: "Access Control", icon: Users },
|
||||
{ id: "4", title: "Messaging", value: "WhatsApp Integration", icon: MessageCircle },
|
||||
{ id: "5", title: "Reporting", value: "Daily Sales", icon: BarChart },
|
||||
{ id: "6", title: "Pricing", value: "Gold Rate Updates", icon: TrendingUp },
|
||||
]}
|
||||
title="Smart Jewellery Business Services"
|
||||
description="Key services to empower your store operations."
|
||||
@@ -164,14 +99,8 @@ export default function LandingPage() {
|
||||
title="Perfect for Retailers & Wholesalers"
|
||||
description="Whether you manage a boutique storefront or a bulk wholesale operation, JewelStock scales to fit your business needs."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Retailers",
|
||||
description: "Simplified daily billing and customer tracking.",
|
||||
},
|
||||
{
|
||||
title: "Wholesalers",
|
||||
description: "Powerful bulk inventory and pricing controls.",
|
||||
},
|
||||
{ title: "Retailers", description: "Simplified daily billing and customer tracking." },
|
||||
{ title: "Wholesalers", description: "Powerful bulk inventory and pricing controls." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/jewelry-shop-online-horizontal-banners_1284-22893.jpg"
|
||||
imageAlt="Jewellery Shop Online Horizontal Banners"
|
||||
@@ -185,6 +114,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="See How JewelStock Works"
|
||||
description="Watch our quick demo to understand how you can save hours every week."
|
||||
bulletPoints={[]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg"
|
||||
imageAlt="Video Demo Placeholder"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -197,38 +127,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "std",
|
||||
badge: "Popular",
|
||||
price: "$99",
|
||||
subtitle: "For small retail",
|
||||
features: [
|
||||
"GST Billing",
|
||||
"Inventory",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pre",
|
||||
badge: "Pro",
|
||||
price: "$199",
|
||||
subtitle: "For growing stores",
|
||||
features: [
|
||||
"Everything in Std",
|
||||
"Reports",
|
||||
"Support",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "ent",
|
||||
badge: "Custom",
|
||||
price: "Contact Us",
|
||||
subtitle: "For wholesalers",
|
||||
features: [
|
||||
"Unlimited",
|
||||
"Priority",
|
||||
"API",
|
||||
],
|
||||
},
|
||||
{ id: "std", badge: "Popular", price: "$99", subtitle: "For small retail", features: ["GST Billing", "Inventory"] },
|
||||
{ id: "pre", badge: "Pro", price: "$199", subtitle: "For growing stores", features: ["Everything in Std", "Reports", "Support"] },
|
||||
{ id: "ent", badge: "Custom", price: "Contact Us", subtitle: "For wholesalers", features: ["Unlimited", "Priority", "API"] },
|
||||
]}
|
||||
title="Software Module Overview"
|
||||
description="Select the plan that fits your business stage."
|
||||
@@ -241,6 +142,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Your Store in Your Pocket"
|
||||
description="Access your inventory and sales reports on the go from any device."
|
||||
bulletPoints={[]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-sitting-house-with-automation-light-system_482257-9704.jpg"
|
||||
imageAlt="Mobile Dashboard Preview"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -252,46 +154,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Great Tool",
|
||||
quote: "JewelStock simplified our billing process significantly.",
|
||||
name: "Sarah",
|
||||
role: "Retailer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Reliable",
|
||||
quote: "Inventory tracking is flawless.",
|
||||
name: "Raj",
|
||||
role: "Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Highly Recommended",
|
||||
quote: "Best software for jewellery wholesalers.",
|
||||
name: "Elena",
|
||||
role: "Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-rich-woman-posing-indoors_23-2149722604.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Time Saver",
|
||||
quote: "GST reports are generated in seconds.",
|
||||
name: "Mike",
|
||||
role: "Jeweller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-serious-business-leader-sitting_1262-4831.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Excellent Support",
|
||||
quote: "Always helpful when we have questions.",
|
||||
name: "Anna",
|
||||
role: "Retailer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg",
|
||||
},
|
||||
{ id: "1", title: "Great Tool", quote: "JewelStock simplified our billing process significantly.", name: "Sarah", role: "Retailer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg" },
|
||||
{ id: "2", title: "Reliable", quote: "Inventory tracking is flawless.", name: "Raj", role: "Owner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" },
|
||||
{ id: "3", title: "Highly Recommended", quote: "Best software for jewellery wholesalers.", name: "Elena", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/front-view-rich-woman-posing-indoors_23-2149722604.jpg" },
|
||||
{ id: "4", title: "Time Saver", quote: "GST reports are generated in seconds.", name: "Mike", role: "Jeweller", imageSrc: "http://img.b2bpic.net/free-photo/closeup-serious-business-leader-sitting_1262-4831.jpg" },
|
||||
{ id: "5", title: "Excellent Support", quote: "Always helpful when we have questions.", name: "Anna", role: "Retailer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg" },
|
||||
]}
|
||||
title="What Jewellers Say"
|
||||
description="Trusted by hundreds of business owners."
|
||||
@@ -303,26 +170,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How much does it cost?",
|
||||
content: "Plans start at $99/mo.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Does it support multiple devices?",
|
||||
content: "Yes, it is cloud-based.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is data secure?",
|
||||
content: "We use bank-level encryption.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer support?",
|
||||
content: "Yes, 24/7 dedicated support.",
|
||||
},
|
||||
{ id: "1", title: "How much does it cost?", content: "Plans start at $99/mo." },
|
||||
{ id: "2", title: "Does it support multiple devices?", content: "Yes, it is cloud-based." },
|
||||
{ id: "3", title: "Is data secure?", content: "We use bank-level encryption." },
|
||||
{ id: "4", title: "Do you offer support?", content: "Yes, 24/7 dedicated support." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Quick answers to common questions."
|
||||
@@ -333,16 +184,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
text="Ready to transform your business? Get in touch today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#footer",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "#footer" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -351,36 +195,12 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiley-elder-woman-kitchen-waving-tablet_23-2148419313.jpg"
|
||||
logoText="JewelStock"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "Services", href: "#services" }, { label: "About", href: "#about" }] },
|
||||
{ title: "Legal", items: [{ label: "FAQs", href: "#faq" }, { label: "Contact", href: "#contact" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user