Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 95df31e87a | |||
| 4a2ad1bc4f | |||
| 8ebae83d71 | |||
| 3760de6041 | |||
| c7d4c036b4 | |||
| 19c543d195 | |||
| 00770b0023 |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import { IceCream, Leaf, Sun } from "lucide-react";
|
||||
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="blurBottom"
|
||||
background="none"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
variant: "radial-gradient"}}
|
||||
title="Gelato is always a good idea"
|
||||
description="Experience the freshest authentic Italian gelato and vibrant summer-vibe coffee at Piccolo Posto in Samos, Greece. Your sweetest escape awaits!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-resting-beach-bar-drink-refreshing-cocktail_1153-7746.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaZPj9l8PBnfhD6Jt1B2YaxoQz/uploaded-1780999748680-6hk1152n.png"
|
||||
imageAlt="Delicious Italian gelato scoop in a cone"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -113,7 +113,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -173,4 +173,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user