Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 713d15a87d | |||
| e171590ce6 | |||
| cfa3541fc0 | |||
| d755f3fe51 | |||
| c1bbe1d348 | |||
| 0f2278a415 | |||
| 682d4622a2 | |||
| 28b09ec30a |
212
src/app/page.tsx
212
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Specialties",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Pricing", id: "/pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Bikaner Sweets"
|
||||
/>
|
||||
@@ -55,35 +47,22 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Authentic Bikaneri Flavors"
|
||||
description="Bringing the rich, traditional taste of Rajasthan to your doorstep with our handcrafted sweets and namkeens."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-indian-dessert-arrangement_23-2149312332.jpg",
|
||||
imageAlt: "Traditional sweets assortment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-indian-dessert-arrangement_23-2149312332.jpg", imageAlt: "Traditional sweets assortment"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carrot-red-cabbagte-chopped-into-salad-board-marble-background-high-quality-photo_114579-77316.jpg",
|
||||
imageAlt: "Freshly made snacks",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carrot-red-cabbagte-chopped-into-salad-board-marble-background-high-quality-photo_114579-77316.jpg", imageAlt: "Freshly made snacks"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-plate-flat-lay_23-2149312389.jpg",
|
||||
imageAlt: "Bikaneri special sweets",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-plate-flat-lay_23-2149312389.jpg", imageAlt: "Bikaneri special sweets"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-daughter-her-mother-preparing-dough_23-2148041528.jpg",
|
||||
imageAlt: "Artisanal preparation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-daughter-her-mother-preparing-dough_23-2148041528.jpg", imageAlt: "Artisanal preparation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-stuff-decoration-store_1303-24636.jpg",
|
||||
imageAlt: "Sweet shop interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-stuff-decoration-store_1303-24636.jpg", imageAlt: "Sweet shop interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-idea-great-business_329181-2907.jpg",
|
||||
imageAlt: "Customer delight",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-idea-great-business_329181-2907.jpg", imageAlt: "Customer delight"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -97,20 +76,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Traditional Recipes",
|
||||
description: "Preserved for generations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-variety-oriental-spices_23-2148294998.jpg",
|
||||
},
|
||||
title: "Traditional Recipes", description: "Preserved for generations.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-variety-oriental-spices_23-2148294998.jpg"},
|
||||
{
|
||||
title: "Premium Ingredients",
|
||||
description: "Highest quality components.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottles-milk-arrangement-still-life_23-2150642873.jpg",
|
||||
},
|
||||
title: "Premium Ingredients", description: "Highest quality components.", imageSrc: "http://img.b2bpic.net/free-photo/bottles-milk-arrangement-still-life_23-2150642873.jpg"},
|
||||
{
|
||||
title: "Handcrafted",
|
||||
description: "Made with care daily.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/taking-beans-noodle-from-bowl-with-spoon-ethnic-style-decoration_114579-4549.jpg",
|
||||
},
|
||||
title: "Handcrafted", description: "Made with care daily.", imageSrc: "http://img.b2bpic.net/free-photo/taking-beans-noodle-from-bowl-with-spoon-ethnic-style-decoration_114579-4549.jpg"},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Excellence in every bite."
|
||||
@@ -125,41 +95,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rasgulla",
|
||||
price: "₹150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-dumplings-wooden-board_114579-29440.jpg",
|
||||
},
|
||||
id: "1", name: "Rasgulla", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/raw-dumplings-wooden-board_114579-29440.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Gulab Jamun",
|
||||
price: "₹180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751963.jpg",
|
||||
},
|
||||
id: "2", name: "Gulab Jamun", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751963.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Bikaneri Bhujia",
|
||||
price: "₹200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-noodles-with-chicken-chopped-green-onion-white-bowl-white-background_141793-3054.jpg",
|
||||
},
|
||||
id: "3", name: "Bikaneri Bhujia", price: "₹200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-noodles-with-chicken-chopped-green-onion-white-bowl-white-background_141793-3054.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Kaju Katli",
|
||||
price: "₹450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sugar-powdered-candies-delicious-nougat-with-cake-inside-plate-dark-surface_140725-43830.jpg",
|
||||
},
|
||||
id: "4", name: "Kaju Katli", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sugar-powdered-candies-delicious-nougat-with-cake-inside-plate-dark-surface_140725-43830.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Soan Papdi",
|
||||
price: "₹120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-yummy-cakes-with-candies-nuts-grey-space_140725-95316.jpg",
|
||||
},
|
||||
id: "5", name: "Soan Papdi", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-yummy-cakes-with-candies-nuts-grey-space_140725-95316.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Motichoor Laddu",
|
||||
price: "₹160",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/butter-cookies-wooden-board_114579-20705.jpg",
|
||||
},
|
||||
id: "6", name: "Motichoor Laddu", price: "₹160", imageSrc: "http://img.b2bpic.net/free-photo/butter-cookies-wooden-board_114579-20705.jpg"},
|
||||
]}
|
||||
title="Our Specialties"
|
||||
description="Explore our curated collection of sweets and snacks."
|
||||
@@ -173,34 +119,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "50+",
|
||||
title: "Varieties",
|
||||
items: [
|
||||
"Traditional",
|
||||
"Modern",
|
||||
"Fusion",
|
||||
],
|
||||
id: "m1", value: "50+", title: "Varieties", items: [
|
||||
"Traditional", "Modern", "Fusion"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "10k+",
|
||||
title: "Happy Customers",
|
||||
items: [
|
||||
"Regular",
|
||||
"Families",
|
||||
"Corporate",
|
||||
],
|
||||
id: "m2", value: "10k+", title: "Happy Customers", items: [
|
||||
"Regular", "Families", "Corporate"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "20",
|
||||
title: "Years Experience",
|
||||
items: [
|
||||
"Authentic",
|
||||
"Reliable",
|
||||
"Trusted",
|
||||
],
|
||||
id: "m3", value: "20", title: "Years Experience", items: [
|
||||
"Authentic", "Reliable", "Trusted"],
|
||||
},
|
||||
]}
|
||||
title="Serving Smiles"
|
||||
@@ -214,45 +142,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Perfect Taste",
|
||||
quote: "Reminds me of home.",
|
||||
name: "Rajesh",
|
||||
role: "Foodie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3331.jpg",
|
||||
},
|
||||
id: "t1", title: "Perfect Taste", quote: "Reminds me of home.", name: "Rajesh", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3331.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Freshness",
|
||||
quote: "Always fresh sweets.",
|
||||
name: "Priya",
|
||||
role: "Regular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hispanic-woman-standing-with-arms-crossed-gesture-street_839833-27487.jpg",
|
||||
},
|
||||
id: "t2", title: "Freshness", quote: "Always fresh sweets.", name: "Priya", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hispanic-woman-standing-with-arms-crossed-gesture-street_839833-27487.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Best Quality",
|
||||
quote: "Authentic Bikaneri taste.",
|
||||
name: "Amit",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headshot-attractive-bearded-male-has-friendly-expression-gentle-smile-thick-bristle-wears-shirt-tie-holds-tasty-doughnuts-both-hands_273609-25088.jpg",
|
||||
},
|
||||
id: "t3", title: "Best Quality", quote: "Authentic Bikaneri taste.", name: "Amit", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/headshot-attractive-bearded-male-has-friendly-expression-gentle-smile-thick-bristle-wears-shirt-tie-holds-tasty-doughnuts-both-hands_273609-25088.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Great Service",
|
||||
quote: "Friendly staff.",
|
||||
name: "Sneha",
|
||||
role: "Patron",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-indian-guy-plaid-shirt-smiling-holds-his-hand-chin-studio-photo-against-dark-textured-wall_613910-20321.jpg",
|
||||
},
|
||||
id: "t4", title: "Great Service", quote: "Friendly staff.", name: "Sneha", role: "Patron", imageSrc: "http://img.b2bpic.net/free-photo/handsome-indian-guy-plaid-shirt-smiling-holds-his-hand-chin-studio-photo-against-dark-textured-wall_613910-20321.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Must Try",
|
||||
quote: "Love the Bhujia.",
|
||||
name: "Vijay",
|
||||
role: "Local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-purple-shirt-looking-confident-smiling-pointing-with-index-finger-camera-standing-green_141793-109406.jpg",
|
||||
},
|
||||
id: "t5", title: "Must Try", quote: "Love the Bhujia.", name: "Vijay", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-purple-shirt-looking-confident-smiling-pointing-with-index-finger-camera-standing-green_141793-109406.jpg"},
|
||||
]}
|
||||
title="Customer Stories"
|
||||
description="What our customers say."
|
||||
@@ -264,14 +162,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"FSSAI Certified",
|
||||
"Traditional Heritage",
|
||||
"Quality Assured",
|
||||
"Farm Fresh",
|
||||
"Purity Verified",
|
||||
"Locally Sourced",
|
||||
"Authentic Flavor",
|
||||
]}
|
||||
"FSSAI Certified", "Traditional Heritage", "Quality Assured", "Farm Fresh", "Purity Verified", "Locally Sourced", "Authentic Flavor"]}
|
||||
title="Quality Standards"
|
||||
description="We adhere to the highest standards."
|
||||
/>
|
||||
@@ -283,20 +174,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Shipping available?",
|
||||
content: "Yes, we ship nationwide.",
|
||||
},
|
||||
id: "f1", title: "Shipping available?", content: "Yes, we ship nationwide."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Custom orders?",
|
||||
content: "Yes, please contact us.",
|
||||
},
|
||||
id: "f2", title: "Custom orders?", content: "Yes, please contact us."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Store hours?",
|
||||
content: "Daily 9am to 9pm.",
|
||||
},
|
||||
id: "f3", title: "Store hours?", content: "Daily 9am to 9pm."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know."
|
||||
@@ -308,15 +190,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Ready to indulge?"
|
||||
description="Drop by our store or call us today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
},
|
||||
text: "Get Directions"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -327,25 +207,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Pricing", href: "/pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -355,4 +227,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
72
src/app/pricing/page.tsx
Normal file
72
src/app/pricing/page.tsx
Normal file
@@ -0,0 +1,72 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
|
||||
export default function PricingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="blurBottom"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Testimonials", id: "/testimonials" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Bikaner Sweets"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardNine
|
||||
title="Our Pricing Plans"
|
||||
description="Choose the plan that fits your needs best."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", title: "Basic Package", price: "₹999", period: "per month", features: ["Authentic Sweets", "Fast Delivery", "Quality Guarantee"],
|
||||
button: { text: "Get Started" }
|
||||
},
|
||||
{
|
||||
id: "pro", title: "Pro Package", price: "₹1999", period: "per month", features: ["All Basic Features", "Priority Support", "Seasonal Specials"],
|
||||
button: { text: "Upgrade Now" }
|
||||
},
|
||||
{
|
||||
id: "enterprise", title: "Enterprise Package", price: "₹4999", period: "per month", features: ["All Pro Features", "Custom Orders", "Bulk Discounts"],
|
||||
button: { text: "Contact Us" }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Home", href: "/" }, { label: "Pricing", href: "/pricing" }] },
|
||||
{ items: [{ label: "Contact", href: "/contact" }, { label: "Privacy", href: "#" }] }
|
||||
]}
|
||||
logoText="Bikaner Sweets"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user