Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a083b7f02f | |||
| 38d1fa11f8 | |||
| 43bc5b5bb0 | |||
| 50308f3d7d | |||
| 61cb3a55f4 | |||
| 187eafe32b | |||
| abae87b842 | |||
| ee8b15b856 |
@@ -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,10 +72,11 @@ export default function PureJoyBitesPage() {
|
||||
title="Our Signature Collection"
|
||||
description="Explore our curated selection of handcrafted delicacies."
|
||||
products={[
|
||||
{ id: "1", name: "Saffron Elite Laddu", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-lemon-white-desk_140725-79265.jpg" },
|
||||
{ id: "2", name: "Pistachio Emerald Bliss", 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: "Chai Latte Granola", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/close-up-breakfast-with-cereals_23-2148604115.jpg" },
|
||||
{ id: "4", name: "Atta Pinni", 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" }
|
||||
{ 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" },
|
||||
{ id: "5", name: "Crimson Gourmet", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-with-different-pastries_23-2148604134.jpg" }
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user