Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 12518ea656 | |||
| 56e6cee903 | |||
| b055324a55 | |||
| 69cf824534 |
@@ -10,7 +10,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia
|
|||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -223,7 +223,7 @@ export default function LandingPage() {
|
|||||||
tag="Visit Us"
|
tag="Visit Us"
|
||||||
tagIcon={MapPin}
|
tagIcon={MapPin}
|
||||||
title="Find Us & Contact Information"
|
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" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="http://img.b2bpic.net/free-vector/sweet-sixteen-birthday-invitation_23-2147976889.jpg"
|
imageSrc="http://img.b2bpic.net/free-vector/sweet-sixteen-birthday-invitation_23-2147976889.jpg"
|
||||||
@@ -259,10 +259,10 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{ label: "Address: Secunderabad", href: "#" },
|
{ label: "📍 Address: Secunderabad", href: "#" },
|
||||||
{ label: "Phone: +91-XXXX-XXXX", href: "#" },
|
{ label: "📞 Phone: +91-XXXX-XXXX", href: "#" },
|
||||||
{ label: "Email: info@amulparlour.com", href: "#" },
|
{ label: "✉️ Email: info@amulparlour.com", href: "#" },
|
||||||
{ label: "Hours: 10 AM - 10 PM", href: "#" }
|
{ label: "🕙 Hours: 10 AM - 10 PM", href: "#" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-raleway), sans-serif;
|
font-family: var(--font-open-sans), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -24,5 +24,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-raleway), sans-serif;
|
font-family: var(--font-poppins), sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #fffef9;
|
--background: #FFF6F0;
|
||||||
--card: #fff9f3;
|
--card: #FFFBF8;
|
||||||
--foreground: #2d1a15;
|
--foreground: #1a0f0d;
|
||||||
--primary-cta: #c41e3a;
|
--primary-cta: #E21D2F;
|
||||||
--primary-cta-text: #f5f5f5;
|
--primary-cta-text: #f5f5f5;
|
||||||
--secondary-cta: #fde8e0;
|
--secondary-cta: #A8D8FF;
|
||||||
--secondary-cta-text: #1c1c1c;
|
--secondary-cta-text: #1c1c1c;
|
||||||
--accent: #ff69b4;
|
--accent: #FF8FA3;
|
||||||
--background-accent: #ffc0cb;
|
--background-accent: #6B3E26;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user