3 Commits

Author SHA1 Message Date
762c8f6eb3 Update src/app/styles/variables.css 2026-03-11 14:36:20 +00:00
77cb25e9e8 Update src/app/styles/base.css 2026-03-11 14:36:20 +00:00
04b6381cb0 Update src/app/page.tsx 2026-03-11 14:36:19 +00:00
3 changed files with 15 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Heart, IceCream, Sparkles, Star, MapPin, Phone, Mail } from 'lucide-react';
import { Heart, IceCream, Sparkles, Star, MapPin, Phone, Mail, Clock, Utensils } from 'lucide-react';
export default function LandingPage() {
return (
@@ -223,7 +223,7 @@ export default function LandingPage() {
tag="Visit Us"
tagIcon={MapPin}
title="Find Us & Contact Information"
description="Located in the heart of Secunderabad, we're your go-to destination for premium Amul ice creams. Visit us today or get in touch with any questions!"
description="Located in the heart of Secunderabad, we're your go-to destination for premium Amul ice creams and a perfect spot for dine-in or takeaway. Visit us today for delicious treats or get in touch with any questions!"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/sweet-sixteen-birthday-invitation_23-2147976889.jpg"
@@ -259,10 +259,10 @@ export default function LandingPage() {
},
{
items: [
{ label: "Address: Secunderabad", href: "#" },
{ label: "Phone: +91-XXXX-XXXX", href: "#" },
{ label: "Email: info@amulparlour.com", href: "#" },
{ label: "Hours: 10 AM - 10 PM", href: "#" }
{ label: "📍 Address: Secunderabad", href: "#" },
{ label: "📞 Phone: +91-XXXX-XXXX", href: "#" },
{ label: "✉️ Email: info@amulparlour.com", href: "#" },
{ label: "🕙 Hours: 10 AM - 10 PM", href: "#" }
]
}
]}

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-raleway), sans-serif;
font-family: var(--font-open-sans), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-raleway), sans-serif;
font-family: var(--font-poppins), sans-serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fffef9;
--card: #fff9f3;
--foreground: #2d1a15;
--primary-cta: #c41e3a;
--background: #FFF6F0;
--card: #FFFBF8;
--foreground: #1a0f0d;
--primary-cta: #E21D2F;
--primary-cta-text: #f5f5f5;
--secondary-cta: #fde8e0;
--secondary-cta: #A8D8FF;
--secondary-cta-text: #1c1c1c;
--accent: #ff69b4;
--background-accent: #ffc0cb;
--accent: #FF8FA3;
--background-accent: #6B3E26;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);