Compare commits
24 Commits
version_10
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c0d2843e1 | |||
| 38d67c760b | |||
| c3f956899f | |||
| 04593224a8 | |||
| 1522e62068 | |||
| 564c88bd2a | |||
| 9af55fa172 | |||
| 1e31ba8b05 | |||
| 60ae5cc81b | |||
| 79a0d36161 | |||
| 2758bc8397 | |||
| 6494253e42 | |||
| 934c23a70b | |||
| 2ec0953d61 | |||
| 8e3ee07213 | |||
| efc4155e37 | |||
| 1a2439dfa6 | |||
| 94fbfb86cd | |||
| a6163cccd8 | |||
| e7e226a6ce | |||
| ecebde7ebe | |||
| b21bc2f28a | |||
| 4a6599f13f | |||
| 060d6e8de2 |
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
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 TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -18,7 +19,7 @@ export default function LandingPage() {
|
|||||||
defaultTextAnimation="background-highlight"
|
defaultTextAnimation="background-highlight"
|
||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="mediumSizeExtraSmallSpacing"
|
sizing="medium"
|
||||||
background="noiseDiagonalGradient"
|
background="noiseDiagonalGradient"
|
||||||
cardStyle="elevated"
|
cardStyle="elevated"
|
||||||
primaryButtonStyle="outline"
|
primaryButtonStyle="outline"
|
||||||
@@ -30,7 +31,7 @@ export default function LandingPage() {
|
|||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414385423-tpqhsun3.jpg"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414385423-tpqhsun3.jpg"
|
||||||
logoAlt="Breakfast Coffee Shop Logo"
|
logoAlt="Breakfast Coffee Shop Logo"
|
||||||
brandName="Breakfast Coffee"
|
brandName="Breakfast Coffee"
|
||||||
button={{ "text":"Order Now", "href":"google.com" }}
|
button={{ "text":"Order Now", "href":"#contact" }}
|
||||||
className="py-4 px-6"
|
className="py-4 px-6"
|
||||||
buttonClassName="px-6 py-2"
|
buttonClassName="px-6 py-2"
|
||||||
/>
|
/>
|
||||||
@@ -43,7 +44,7 @@ export default function LandingPage() {
|
|||||||
tag="Premium Coffee Culture"
|
tag="Premium Coffee Culture"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414392169-w4l2sncs.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414392169-w4l2sncs.jpg"
|
||||||
imageAlt="Beautiful breakfast coffee with latte art"
|
imageAlt="Beautiful breakfast coffee with latte art"
|
||||||
buttons={[{"text":"Book table","href":"www.linkedin.com"}, {"text":"Book table","href":"www.linkedin.com"}]}
|
buttons={[{"text":"Order Now","href":"#contact"}, {"text":"Our Story","href":"#about"}]}
|
||||||
className="py-20"
|
className="py-20"
|
||||||
titleClassName="text-5xl font-bold"
|
titleClassName="text-5xl font-bold"
|
||||||
descriptionClassName="text-lg leading-relaxed"
|
descriptionClassName="text-lg leading-relaxed"
|
||||||
@@ -233,6 +234,51 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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: "Morning Espresso Blend",
|
||||||
|
price: "$24.99",
|
||||||
|
rating: 5,
|
||||||
|
reviewCount: "23.9k",
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414393098-5j3dbjps.jpg",
|
||||||
|
imageAlt: "Morning Espresso Blend"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "2",
|
||||||
|
brand: "Breakfast Coffee",
|
||||||
|
name: "Cappuccino Blend",
|
||||||
|
price: "$22.50",
|
||||||
|
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 Box",
|
||||||
|
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 Box"
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
gridVariant="uniform-all-items-equal"
|
||||||
|
animationType="slide-up"
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground="noInvert"
|
||||||
|
className="py-20"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414385423-tpqhsun3.jpg"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414385423-tpqhsun3.jpg"
|
||||||
|
|||||||
Reference in New Issue
Block a user