Merge version_2 into main #6
@@ -7,7 +7,6 @@ import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Star } from 'lucide-react';
|
||||
|
||||
export default function Page() {
|
||||
const navItems = [{ name: 'Home', id: 'nav' }, { name: 'Menu', id: 'products' }, { name: 'Contact', id: 'contact' }];
|
||||
@@ -34,8 +33,8 @@ export default function Page() {
|
||||
buttons={[{ text: "Explore Menu", href: "#products" }, { text: "Visit Us Today", href: "#contact" }]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-drink-with-lemon_23-2149617135.jpg", imageAlt: "luxury patisserie chocolate pouring" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-donuts-concept_23-2148761706.jpg", imageAlt: "elegant cake display gold accents" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/collection-various-cakes-table_1262-20058.jpg", imageAlt: "elegant ice cream service luxury" }
|
||||
{ imageSrc: "http://img.b2bpic.net/front-view-delicious-donuts-concept_23-2148761706.jpg", imageAlt: "elegant cake display gold accents" },
|
||||
{ imageSrc: "http://img.b2bpic.net/collection-various-cakes-table_1262-20058.jpg", imageAlt: "elegant ice cream service luxury" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -60,8 +59,8 @@ export default function Page() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Galaktoboureko", price: "€5.50", imageSrc: "http://img.b2bpic.net/free-photo/four-delicious-baklava-dark-plate_114579-50125.jpg" },
|
||||
{ id: "p2", name: "Profiterole", price: "€6.00", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-balls-ai-generated-image_268835-6150.jpg" },
|
||||
{ id: "p3", name: "Artisanal Gelato", price: "€4.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cookies-ice-cream_23-2149637192.jpg" }
|
||||
{ id: "p2", name: "Profiterole", price: "€6.00", imageSrc: "http://img.b2bpic.net/chocolate-balls-ai-generated-image_268835-6150.jpg" },
|
||||
{ id: "p3", name: "Artisanal Gelato", price: "€4.00", imageSrc: "http://img.b2bpic.net/still-life-cookies-ice-cream_23-2149637192.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -87,6 +86,7 @@ export default function Page() {
|
||||
<ContactText
|
||||
text="Come visit our boutique for a sensory treat in the heart of Evia."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Get Directions", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user