Bob AI: Add page for products
This commit is contained in:
@@ -10,6 +10,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Camera, Flower2, Heart, Leaf, Mail, Quote, Sparkles, Star } from "lucide-react";
|
||||
import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog';
|
||||
|
||||
export default function ViolaPage() {
|
||||
return (
|
||||
@@ -187,6 +188,12 @@ export default function ViolaPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="product_catalog" data-section="product_catalog">
|
||||
<ProductCatalog
|
||||
layout="page"
|
||||
products={[{ title: "Elegant Floral Bouquets", description: "Discover our handcrafted floral bouquets, perfect for any occasion." }, { title: "Luxury Flower Arrangements", description: "Explore our exquisite flower arrangements that blend artistry and botany." }]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-pink-ranunculus-flowers-bouquet-glass-vase-flower-shop_140725-12178.jpg"
|
||||
|
||||
Reference in New Issue
Block a user