From 3438cc8f26d0d34d80a361f4717137fc0ceb577b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 17:55:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e5b4e09..f85b1cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,6 @@ "use client"; -import { ChefHat, Mail, Sparkles, Star, Utensils, Instagram } from "lucide-react"; +import { ChefHat, Mail, Sparkles, Star, Utensils, Instagram, Heart } from "lucide-react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmall" - background="plain" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "View My Work", href: "#work" } ]} buttonAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "animated-grid" }} mediaItems={[ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ljq8jh", imageAlt: "Beautifully plated Indian curry dish" @@ -173,7 +173,7 @@ export default function LandingPage() { title="Philosophy & Expertise" description="I believe great cooking is a conversation between tradition and innovation. My approach honors centuries of Indian culinary wisdom while embracing modern techniques that enhance flavor, presentation, and the diner's experience. Every ingredient is chosen with intention, every technique refined through practice, and every dish created with the sole purpose of delighting the palate and nourishing the soul. Authenticity isn't about rigidity—it's about respect." tag="Culinary Principles" - tagIcon={Sparkles} + tagIcon={Heart} tagAnimation="slide-up" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6p7mv6" imageAlt="Chef demonstrating culinary craftsmanship" -- 2.49.1