Merge version_33 into main
Merge version_33 into main
This commit was merged in pull request #32.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||
@@ -9,6 +9,7 @@ import SocialProofTwo from '@/components/sections/socialProof/SocialProofTwo';
|
||||
import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -233,6 +234,51 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products-showcase" data-section="products-showcase">
|
||||
<ProductCardTwo
|
||||
title="Our Premium Selection"
|
||||
description="Discover our curated collection of premium coffee blends and breakfast specialties"
|
||||
tag="Best Sellers"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Breakfast Coffee",
|
||||
name: "Single Accent Chair",
|
||||
price: "$650.00",
|
||||
rating: 4,
|
||||
reviewCount: "23.9k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414393098-5j3dbjps.jpg",
|
||||
imageAlt: "Single Accent Chair"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Breakfast Coffee",
|
||||
name: "Cappuccino Blend",
|
||||
price: "$45.00",
|
||||
rating: 5,
|
||||
reviewCount: "18.5k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414394206-b14wm62n.jpg",
|
||||
imageAlt: "Cappuccino Blend"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Breakfast Coffee",
|
||||
name: "Pastry Selection",
|
||||
price: "$32.50",
|
||||
rating: 5,
|
||||
reviewCount: "12.3k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414397437-vf61oti3.jpg",
|
||||
imageAlt: "Pastry Selection"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
className="py-20"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414385423-tpqhsun3.jpg"
|
||||
|
||||
Reference in New Issue
Block a user