Update src/app/page.tsx
This commit is contained in:
114
src/app/page.tsx
114
src/app/page.tsx
@@ -28,14 +28,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Sarso Ghar"
|
||||
/>
|
||||
@@ -43,59 +38,22 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Pure Kachi Ghani Mustard Oil Delivered Fresh"
|
||||
description="Locally produced. Traditionally extracted. Trusted by families in Noida."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Anita Sharma", handle: "@anita_noida", testimonial: "The purity of Sarso Ghar oil is unmatched. My kitchen feels complete now.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w2buvx"},
|
||||
{
|
||||
name: "Rahul Verma", handle: "@rahul_chef", testimonial: "Authentic flavor that takes me back to my village home. Simply the best.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=twzxil"},
|
||||
{
|
||||
name: "Priya Gupta", handle: "@priya_kitchen", testimonial: "Finally a reliable source for cold-pressed oil in Noida. Highly recommend.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ld29o7"},
|
||||
{
|
||||
name: "Sanjay Singh", handle: "@sanjay_foodie", testimonial: "The aroma and quality are visibly different from market brands.", rating: 4,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gkx59g"},
|
||||
{
|
||||
name: "Meera Iyer", handle: "@meera_healthy", testimonial: "Pure, natural, and transparent sourcing. My family is satisfied.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r5rvf0"},
|
||||
{ name: "Anita Sharma", handle: "@anita_noida", testimonial: "The purity of Sarso Ghar oil is unmatched. My kitchen feels complete now.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w2buvx" },
|
||||
{ name: "Rahul Verma", handle: "@rahul_chef", testimonial: "Authentic flavor that takes me back to my village home. Simply the best.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=twzxil" },
|
||||
{ name: "Priya Gupta", handle: "@priya_kitchen", testimonial: "Finally a reliable source for cold-pressed oil in Noida. Highly recommend.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ld29o7" },
|
||||
{ name: "Sanjay Singh", handle: "@sanjay_foodie", testimonial: "The aroma and quality are visibly different from market brands.", rating: 4, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gkx59g" },
|
||||
{ name: "Meera Iyer", handle: "@meera_healthy", testimonial: "Pure, natural, and transparent sourcing. My family is satisfied.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r5rvf0" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now", href: "/shop"},
|
||||
{
|
||||
text: "Subscribe Monthly", href: "/subscription"},
|
||||
{ text: "Shop Now", href: "/shop" },
|
||||
{ text: "Subscribe Monthly", href: "/subscription" }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=twzxil"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=twzxil", alt: "Customer 1"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ld29o7", alt: "Customer 2"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w2buvx", alt: "Customer 3"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r5rvf0", alt: "Customer 4"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gkx59g", alt: "Customer 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Kachi Ghani Cold Pressed"},
|
||||
{
|
||||
type: "text", text: "100% Preservative Free"},
|
||||
{
|
||||
type: "text", text: "Locally Grown in India"},
|
||||
{
|
||||
type: "text", text: "Traditional Extraction"},
|
||||
{
|
||||
type: "text", text: "Freshly Bottled"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -106,12 +64,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "100% Natural", description: "No chemicals, no heat extraction.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ld29o7"},
|
||||
{
|
||||
title: "Traditional Method", description: "Authentic Kachi Ghani technology.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gkx59g"},
|
||||
{
|
||||
title: "Local Delivery", description: "Fresh from Noida farm to your kitchen.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r5rvf0"},
|
||||
{ title: "100% Natural", description: "No chemicals, no heat extraction.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ld29o7" },
|
||||
{ title: "Traditional Method", description: "Authentic Kachi Ghani technology.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gkx59g" },
|
||||
{ title: "Local Delivery", description: "Fresh from Noida farm to your kitchen.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r5rvf0" }
|
||||
]}
|
||||
title="Why Choose Sarso Ghar"
|
||||
description="Experience the difference of traditional purity."
|
||||
@@ -126,14 +81,8 @@ export default function LandingPage() {
|
||||
title="Choose Your Plan"
|
||||
description="Flexible delivery plans for regular home requirements."
|
||||
plans={[
|
||||
{
|
||||
id: "sub1", badge: "Popular", price: "₹1200", subtitle: "Monthly Subscription", features: [
|
||||
"1L Oil Delivery", "Free Home Delivery", "Priority Support"],
|
||||
},
|
||||
{
|
||||
id: "sub2", badge: "Savings", price: "₹5500", subtitle: "Family Bulk", features: [
|
||||
"5L Oil Delivery", "Monthly Delivery", "Discounted Pricing"],
|
||||
},
|
||||
{ id: "sub1", badge: "Popular", price: "₹1200", subtitle: "Monthly Subscription", features: ["1L Oil Delivery", "Free Home Delivery", "Priority Support"] },
|
||||
{ id: "sub2", badge: "Savings", price: "₹5500", subtitle: "Family Bulk", features: ["5L Oil Delivery", "Monthly Delivery", "Discounted Pricing"] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -143,10 +92,7 @@ export default function LandingPage() {
|
||||
layout="section"
|
||||
title="Terms of Service"
|
||||
sections={[
|
||||
{
|
||||
heading: "Use Agreement", content: {
|
||||
text: "By accessing Sarso Ghar, you agree to our quality standards and delivery policies."},
|
||||
},
|
||||
{ heading: "Use Agreement", type: "paragraph", text: "By accessing Sarso Ghar, you agree to our quality standards and delivery policies." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -154,37 +100,19 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Support"
|
||||
title="Need Help Ordering?"
|
||||
description="Our team in Noida is ready to assist you with any inquiries regarding our products."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us", href: "/contact"},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "/contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "Mustard Oil", href: "/shop"},
|
||||
{
|
||||
label: "Subscriptions", href: "/subscription"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{ title: "Shop", items: [{ label: "Mustard Oil", href: "/shop" }, { label: "Subscriptions", href: "/subscription" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] }
|
||||
]}
|
||||
logoText="Sarso Ghar"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user