9 Commits

Author SHA1 Message Date
fddc24ded5 Update src/app/styles/variables.css 2026-05-06 14:18:33 +00:00
55191a3847 Update src/app/page.tsx 2026-05-06 14:18:33 +00:00
3d4e50b23c Merge version_5 into main
Merge version_5 into main
2026-05-06 14:11:54 +00:00
c25dbce295 Update theme colors 2026-05-06 14:11:51 +00:00
d149fcb818 Merge version_4 into main
Merge version_4 into main
2026-05-06 14:10:33 +00:00
6097a06501 Update theme colors 2026-05-06 14:10:30 +00:00
408b6db5b0 Merge version_3 into main
Merge version_3 into main
2026-05-06 14:10:08 +00:00
81a9e5c833 Update theme colors 2026-05-06 14:10:04 +00:00
9602ab3163 Merge version_2 into main
Merge version_2 into main
2026-05-06 14:03:02 +00:00
2 changed files with 19 additions and 21 deletions

View File

@@ -3,7 +3,7 @@
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import TextAbout from "@/components/sections/about/TextAbout";
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen";
@@ -11,7 +11,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
import ContactText from "@/components/sections/contact/ContactText";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { Sparkles, Utensils, Award, Users, ThumbsUp, Pizza } from "lucide-react";
import { Sparkles } from "lucide-react";
export default function ItalianRestaurantPage() {
return (
@@ -44,18 +44,16 @@ export default function ItalianRestaurantPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboard
title="Welcome to Bella Italia"
description="Authentic Italian cuisine crafted with passion and tradition. Experience the flavors of Italy in every dish."
<HeroLogoBillboard
logoText="Bella Italia"
description="Authentic Italian cuisine where time-honored traditions meet the freshest seasonal ingredients. From our kitchen to your table, experience the vibrant soul of Italy through handmade pasta, sun-ripened tomatoes, aromatic herbs, and fine imported cheeses."
background={{ variant: "sparkles-gradient" }}
tag="Fine Dining"
tagIcon={Sparkles}
imageSrc="https://img.b2bpic.net/premium-photo/tasted-famous-italian-food_119101-260.jpg?id=6608694"
imageAlt="Elegant Italian restaurant dining room"
buttons={[
{ text: "Reserve Now", href: "contact" },
{ text: "View Menu", href: "menu" }
]}
imageSrc="https://img.b2bpic.net/premium-photo/tasted-famous-italian-food_119101-260.jpg?id=6608694"
imageAlt="Elegant Italian restaurant dining room"
/>
</div>
@@ -75,13 +73,13 @@ export default function ItalianRestaurantPage() {
description="Discover our signature dishes, carefully crafted using authentic Italian recipes and premium ingredients."
products={[
{
id: "1", name: "Tagliatelle al Ragù", price: "$28", imageSrc: "https://img.b2bpic.net/free-photo/italian-spaghetti-tomato-sauce-with-parmesan-inside-blue-plate-top-view_114579-1556.jpg", imageAlt: "Tagliatelle al Ragù with meat sauce"
id: "1", name: "Tagliatelle al Ragù", price: "$28", imageSrc: "https://img.b2bpic.net/free-photo/italian-spaghetti-tomato-sauce-with-parmesan-inside-blue-plate-top-view_114579-1556.jpg", imageAlt: "Tagliatelle al Ragù with rich meat sauce slow-cooked for 8 hours"
},
{
id: "2", name: "Risotto ai Funghi", price: "$26", imageSrc: "https://img.b2bpic.net/free-photo/pasta-tomato-sauce-with-chopped-parmesan-tomato-basilic_114579-919.jpg", imageAlt: "Creamy mushroom risotto"
id: "2", name: "Risotto ai Funghi", price: "$26", imageSrc: "https://img.b2bpic.net/free-photo/pasta-tomato-sauce-with-chopped-parmesan-tomato-basilic_114579-919.jpg", imageAlt: "Creamy arborio rice with woodland mushrooms, truffle oil, and shaved parmesan"
},
{
id: "3", name: "Tiramisu Tradizionale", price: "$12", imageSrc: "https://img.b2bpic.net/free-photo/top-view-chicken-spaghetti-with-bell-peppers-parsley_140725-312.jpg", imageAlt: "Classic tiramisu dessert"
id: "3", name: "Tiramisu Tradizionale", price: "$12", imageSrc: "https://img.b2bpic.net/free-photo/top-view-chicken-spaghetti-with-bell-peppers-parsley_140725-312.jpg", imageAlt: "Decadent layers of espresso-soaked ladyfingers and creamy mascarpone"
}
]}
gridVariant="three-columns-all-equal-width"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fbf8f3;
--card: #ffffff;
--foreground: #2b180a;
--primary-cta: #c13030;
--primary-cta-text: #f5f5f5;
--secondary-cta: #f1e5d1;
--secondary-cta-text: #1c1c1c;
--accent: #e34400;
--background-accent: #f9f1e4;
--background: #000000;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ff0000;
--primary-cta-text: #ffffff;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #ff6207;
--background-accent: #e34400;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);