7 Commits

Author SHA1 Message Date
a083b7f02f Merge version_4 into main
Merge version_4 into main
2026-04-23 06:14:30 +00:00
38d1fa11f8 Update src/app/page.tsx 2026-04-23 06:14:23 +00:00
43bc5b5bb0 Merge version_4 into main
Merge version_4 into main
2026-04-23 06:13:57 +00:00
50308f3d7d Update src/app/page.tsx 2026-04-23 06:13:54 +00:00
61cb3a55f4 Merge version_3 into main
Merge version_3 into main
2026-04-23 06:11:41 +00:00
187eafe32b Update src/app/page.tsx 2026-04-23 06:11:38 +00:00
abae87b842 Merge version_2 into main
Merge version_2 into main
2026-04-23 06:08:54 +00:00

View File

@@ -3,7 +3,7 @@
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import TextAbout from "@/components/sections/about/TextAbout";
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen";
@@ -43,14 +43,13 @@ export default function PureJoyBitesPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboard
title="PureJoyBites"
<HeroCarouselLogo
logoText="PureJoyBites"
description="Handcrafted Indian Sweets Made with Love & Tradition. Indulge in the perfect fusion of heritage and refinement."
background={{ variant: "sparkles-gradient" }}
tag="Artisanal Traditions"
tagIcon={Sparkles}
imageSrc="http://img.b2bpic.net/free-photo/top-view-little-cookies-with-dried-pineapple-rings-white-space_140725-76314.jpg"
imageAlt="Assorted traditional Indian sweets"
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cookies-with-dried-pineapple-rings-white-space_140725-76314.jpg", imageAlt: "Assorted traditional Indian sweets" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-lemon-white-desk_140725-79265.jpg?_wi=1", imageAlt: "Traditional tea serving" }
]}
buttons={[
{ text: "Shop Now", href: "#menu" },
{ text: "Explore Flavors", href: "#menu" }
@@ -60,7 +59,7 @@ export default function PureJoyBitesPage() {
<div id="about" data-section="about">
<TextAbout
title="Every bite is handcrafted in small batches using traditional recipes and premium ingredients, capturing the essence of home-style Indian sweetness."
title="Our Artisanal Indian Sweets are handcrafted in small batches using traditional recipes and premium ingredients, capturing the essence of home-style sweetness."
useInvertedBackground={false}
buttons={[
{ text: "Our Story", href: "#" }
@@ -73,7 +72,7 @@ export default function PureJoyBitesPage() {
title="Our Signature Collection"
description="Explore our curated selection of handcrafted delicacies."
products={[
{ id: "1", name: "Rose Royal", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-lemon-white-desk_140725-79265.jpg" },
{ id: "1", name: "Rose Royal", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-lemon-white-desk_140725-79265.jpg?_wi=2" },
{ id: "2", name: "Date Garnet Essence", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/matcha-green-tea-bundt-cake-grey-stone-top-view-copy-space_114579-4222.jpg" },
{ id: "3", name: "Coconut Pearl Cloud", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/close-up-breakfast-with-cereals_23-2148604115.jpg" },
{ id: "4", name: "Saffron Elite", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/top-view-banana-peanut-butter-cripbread-snacks-plate-with-cottage-cheese-milk-sesame-oat-almond-pineapple-leaves-wooden-background_141793-130632.jpg" },