Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7ef8b678bb | |||
| 713d15a87d | |||
| e171590ce6 | |||
| cfa3541fc0 | |||
| 63d6d5ef2e | |||
| 2d800a26a4 | |||
| d755f3fe51 | |||
| b00ae1c87b | |||
| bcb4da950a | |||
| c1bbe1d348 | |||
| 3cefe52d7a | |||
| 2f76f19402 | |||
| b2d6ebbc85 | |||
| 4ae736201b | |||
| 0f2278a415 | |||
| 88dc0d6f30 | |||
| 682d4622a2 | |||
| 2e6ab71692 | |||
| 28b09ec30a | |||
| 403dde0bbe |
@@ -7,6 +7,10 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||||
import { Libre_Baskerville } from "next/font/google";
|
import { Libre_Baskerville } from "next/font/google";
|
||||||
|
import { Manrope } from "next/font/google";
|
||||||
|
import { Open_Sans } from "next/font/google";
|
||||||
|
import { DM_Sans } from "next/font/google";
|
||||||
|
import { Raleway } from "next/font/google";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -15,13 +19,12 @@ export const metadata: Metadata = {
|
|||||||
description: 'Experience the authentic taste of Rajasthan with our premium collection of traditional sweets and namkeens at Bikaner Sweets.',
|
description: 'Experience the authentic taste of Rajasthan with our premium collection of traditional sweets and namkeens at Bikaner Sweets.',
|
||||||
};
|
};
|
||||||
|
|
||||||
const libreBaskerville = Libre_Baskerville({
|
|
||||||
variable: "--font-libre-baskerville",
|
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["400", "700"],
|
|
||||||
});
|
const raleway = Raleway({
|
||||||
const inter = Inter({
|
variable: "--font-raleway",
|
||||||
variable: "--font-inter",
|
|
||||||
subsets: ["latin"],
|
subsets: ["latin"],
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -33,7 +36,7 @@ export default function RootLayout({
|
|||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
|
<body className={`${raleway.variable} antialiased`}>
|
||||||
<Tag />
|
<Tag />
|
||||||
{children}
|
{children}
|
||||||
<script
|
<script
|
||||||
|
|||||||
212
src/app/page.tsx
212
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Specialties",
|
name: "Pricing", id: "/pricing"},
|
||||||
id: "menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "/testimonials"},
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "/contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Bikaner Sweets"
|
brandName="Bikaner Sweets"
|
||||||
/>
|
/>
|
||||||
@@ -55,35 +47,22 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
title="Authentic Bikaneri Flavors"
|
title="Authentic Bikaneri Flavors"
|
||||||
description="Bringing the rich, traditional taste of Rajasthan to your doorstep with our handcrafted sweets and namkeens."
|
description="Bringing the rich, traditional taste of Rajasthan to your doorstep with our handcrafted sweets and namkeens."
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-indian-dessert-arrangement_23-2149312332.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-indian-dessert-arrangement_23-2149312332.jpg", imageAlt: "Traditional sweets assortment"},
|
||||||
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",
|
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"},
|
||||||
imageAlt: "Freshly made snacks",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-plate-flat-lay_23-2149312389.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-plate-flat-lay_23-2149312389.jpg", imageAlt: "Bikaneri special sweets"},
|
||||||
imageAlt: "Bikaneri special sweets",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-daughter-her-mother-preparing-dough_23-2148041528.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-daughter-her-mother-preparing-dough_23-2148041528.jpg", imageAlt: "Artisanal preparation"},
|
||||||
imageAlt: "Artisanal preparation",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-stuff-decoration-store_1303-24636.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-stuff-decoration-store_1303-24636.jpg", imageAlt: "Sweet shop interior"},
|
||||||
imageAlt: "Sweet shop interior",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/new-idea-great-business_329181-2907.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/new-idea-great-business_329181-2907.jpg", imageAlt: "Customer delight"},
|
||||||
imageAlt: "Customer delight",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -97,20 +76,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Traditional Recipes",
|
title: "Traditional Recipes", description: "Preserved for generations.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-variety-oriental-spices_23-2148294998.jpg"},
|
||||||
description: "Preserved for generations.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-variety-oriental-spices_23-2148294998.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Premium Ingredients",
|
title: "Premium Ingredients", description: "Highest quality components.", imageSrc: "http://img.b2bpic.net/free-photo/bottles-milk-arrangement-still-life_23-2150642873.jpg"},
|
||||||
description: "Highest quality components.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bottles-milk-arrangement-still-life_23-2150642873.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Handcrafted",
|
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"},
|
||||||
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"
|
title="Why Choose Us"
|
||||||
description="Excellence in every bite."
|
description="Excellence in every bite."
|
||||||
@@ -125,41 +95,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Rasgulla", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/raw-dumplings-wooden-board_114579-29440.jpg"},
|
||||||
name: "Rasgulla",
|
|
||||||
price: "₹150",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-dumplings-wooden-board_114579-29440.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Gulab Jamun", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751963.jpg"},
|
||||||
name: "Gulab Jamun",
|
|
||||||
price: "₹180",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751963.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
id: "6", name: "Motichoor Laddu", price: "₹160", imageSrc: "http://img.b2bpic.net/free-photo/butter-cookies-wooden-board_114579-20705.jpg"},
|
||||||
name: "Motichoor Laddu",
|
|
||||||
price: "₹160",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/butter-cookies-wooden-board_114579-20705.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Specialties"
|
title="Our Specialties"
|
||||||
description="Explore our curated collection of sweets and snacks."
|
description="Explore our curated collection of sweets and snacks."
|
||||||
@@ -173,34 +119,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "50+", title: "Varieties", items: [
|
||||||
value: "50+",
|
"Traditional", "Modern", "Fusion"],
|
||||||
title: "Varieties",
|
|
||||||
items: [
|
|
||||||
"Traditional",
|
|
||||||
"Modern",
|
|
||||||
"Fusion",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "10k+", title: "Happy Customers", items: [
|
||||||
value: "10k+",
|
"Regular", "Families", "Corporate"],
|
||||||
title: "Happy Customers",
|
|
||||||
items: [
|
|
||||||
"Regular",
|
|
||||||
"Families",
|
|
||||||
"Corporate",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "20", title: "Years Experience", items: [
|
||||||
value: "20",
|
"Authentic", "Reliable", "Trusted"],
|
||||||
title: "Years Experience",
|
|
||||||
items: [
|
|
||||||
"Authentic",
|
|
||||||
"Reliable",
|
|
||||||
"Trusted",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Serving Smiles"
|
title="Serving Smiles"
|
||||||
@@ -214,45 +142,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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: "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"
|
title="Customer Stories"
|
||||||
description="What our customers say."
|
description="What our customers say."
|
||||||
@@ -264,14 +162,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"FSSAI Certified",
|
"FSSAI Certified", "Traditional Heritage", "Quality Assured", "Farm Fresh", "Purity Verified", "Locally Sourced", "Authentic Flavor"]}
|
||||||
"Traditional Heritage",
|
|
||||||
"Quality Assured",
|
|
||||||
"Farm Fresh",
|
|
||||||
"Purity Verified",
|
|
||||||
"Locally Sourced",
|
|
||||||
"Authentic Flavor",
|
|
||||||
]}
|
|
||||||
title="Quality Standards"
|
title="Quality Standards"
|
||||||
description="We adhere to the highest standards."
|
description="We adhere to the highest standards."
|
||||||
/>
|
/>
|
||||||
@@ -283,20 +174,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Shipping available?", content: "Yes, we ship nationwide."},
|
||||||
title: "Shipping available?",
|
|
||||||
content: "Yes, we ship nationwide.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Custom orders?", content: "Yes, please contact us."},
|
||||||
title: "Custom orders?",
|
|
||||||
content: "Yes, please contact us.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Store hours?", content: "Daily 9am to 9pm."},
|
||||||
title: "Store hours?",
|
|
||||||
content: "Daily 9am to 9pm.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Common Questions"
|
title="Common Questions"
|
||||||
description="Everything you need to know."
|
description="Everything you need to know."
|
||||||
@@ -308,15 +190,13 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Visit Us"
|
tag="Visit Us"
|
||||||
title="Ready to indulge?"
|
title="Ready to indulge?"
|
||||||
description="Drop by our store or call us today."
|
description="Drop by our store or call us today."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Directions",
|
text: "Get Directions"},
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -327,25 +207,17 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "/"},
|
||||||
href: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Menu",
|
label: "Pricing", href: "/pricing"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "/contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy",
|
label: "Privacy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -355,4 +227,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</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>
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -11,7 +11,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-inter), sans-serif;
|
font-family: var(--font-raleway), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -24,5 +24,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-libre-baskerville), serif;
|
font-family: var(--font-raleway), sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5f4ef;
|
--background: #ffffff;
|
||||||
--card: #dad6cd;
|
--card: #f9f9f9;
|
||||||
--foreground: #2a2928;
|
--foreground: #000f12;
|
||||||
--primary-cta: #2a2928;
|
--primary-cta: #369c14;
|
||||||
--primary-cta-text: #f5f4ef;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ecebea;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #2a2928;
|
--secondary-cta-text: #000612e6;
|
||||||
--accent: #ffffff;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #c6b180;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user