Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e210b28aab | |||
| 1dded4f255 |
@@ -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, Clock, Utensils } from 'lucide-react';
|
||||
import { Heart, IceCream, Sparkles, Star, MapPin, Phone, Mail } 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 and a perfect spot for dine-in or takeaway. Visit us today for delicious treats 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. Visit us today 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: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-open-sans), sans-serif;
|
||||
font-family: var(--font-raleway), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-poppins), sans-serif;
|
||||
font-family: var(--font-raleway), sans-serif;
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #FFF6F0;
|
||||
--card: #FFFBF8;
|
||||
--foreground: #1a0f0d;
|
||||
--primary-cta: #E21D2F;
|
||||
--background: #fffef9;
|
||||
--card: #fff9f3;
|
||||
--foreground: #2d1a15;
|
||||
--primary-cta: #c41e3a;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #A8D8FF;
|
||||
--secondary-cta: #fde8e0;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #FF8FA3;
|
||||
--background-accent: #6B3E26;
|
||||
--accent: #ff69b4;
|
||||
--background-accent: #ffc0cb;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user