Merge version_2 into main #2
@@ -3,12 +3,10 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
@@ -83,9 +81,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Espresso", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-different-types-coffee_23-2148437005.jpg" },
|
||||
{ id: "p2", name: "Cappuccino", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-drink-with-milk_23-2148865605.jpg" }
|
||||
{ id: "p2", name: "Cappuccino", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-drink-with-milk_23-2148865605.jpg" },
|
||||
{ id: "p3", name: "Latte", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-latte-art-table_23-2148437005.jpg" }
|
||||
]}
|
||||
title="Our Signature Brews"
|
||||
description="Explore our carefully curated selection of handcrafted coffee beverages."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -94,6 +94,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[{ id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-cute-asian-barista-smiling-girl-puts-coffee-tamper-prepare-cappuccino-standing_1258-134055.jpg" }]}
|
||||
cardTitle="Loved by locals"
|
||||
cardTag="Testimonials"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user