Merge version_3 into main #5
@@ -7,7 +7,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { ShoppingCart, MessageCircle, Instagram, Facebook, Star } from "lucide-react";
|
||||
import { ShoppingCart, MessageCircle, Star } from "lucide-react";
|
||||
|
||||
export default function ProductPage() {
|
||||
return (
|
||||
@@ -43,6 +43,7 @@ export default function ProductPage() {
|
||||
title="Artisanal Cacao, Hand-Tempered."
|
||||
description="Discover our signature 70% single-origin dark chocolate, infused with Yercaud coffee beans for an unparalleled finish."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chocolate-roll-with-coffee-beans-pinecones-high-quality-photo_114579-26596.jpg"
|
||||
enableKpiAnimation={true}
|
||||
kpis={[
|
||||
{ value: "70%", label: "Dark Cacao" },
|
||||
{ value: "48h", label: "Stone Ground" },
|
||||
@@ -100,20 +101,6 @@ export default function ProductPage() {
|
||||
bottomRightText="All Rights Reserved"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="fixed bottom-0 left-0 right-0 z-50 p-4 border-t bg-background shadow-lg md:hidden">
|
||||
<div className="flex items-center justify-between gap-4">
|
||||
<div className="font-bold text-lg">₹550</div>
|
||||
<div className="flex gap-2">
|
||||
<button className="flex items-center gap-2 px-4 py-2 bg-primary text-primary-foreground rounded-full text-sm font-semibold">
|
||||
<ShoppingCart size={16} /> Add to Cart
|
||||
</button>
|
||||
<button className="flex items-center gap-2 px-4 py-2 border rounded-full text-sm font-semibold">
|
||||
<MessageCircle size={16} /> WhatsApp
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user