9 Commits

Author SHA1 Message Date
866655cee7 Update src/app/styles/variables.css 2026-03-10 19:50:04 +00:00
99ea5a3ece Update src/app/page.tsx 2026-03-10 19:50:04 +00:00
1d67645c09 Merge version_2 into main
Merge version_2 into main
2026-03-10 19:46:01 +00:00
66fbfe7fd3 Update src/app/styles/variables.css 2026-03-10 19:45:57 +00:00
02b67290ff Update src/app/page.tsx 2026-03-10 19:45:57 +00:00
838ea769ac Merge version_1 into main
Merge version_1 into main
2026-03-10 18:36:52 +00:00
ca35fd3925 Merge version_1 into main
Merge version_1 into main
2026-03-10 17:52:21 +00:00
7db4bb5d46 Merge version_1 into main
Merge version_1 into main
2026-03-10 17:35:17 +00:00
80dc25db6f Merge version_1 into main
Merge version_1 into main
2026-03-10 17:09:38 +00:00
2 changed files with 28 additions and 22 deletions

View File

@@ -9,8 +9,8 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { MapPin } from 'lucide-react';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { MapPin, Phone, Mail, Clock, Facebook, Instagram, Twitter, Linkedin } from 'lucide-react';
export default function LandingPage() {
return (
@@ -65,7 +65,7 @@ export default function LandingPage() {
useInvertedBackground={false}
buttons={[
{ text: "Our Story", href: "#community" },
{ text: "Reserve a Table", href: "#contact" }
{ text: "Reserve a Table", href: "#visit" }
]}
buttonAnimation="opacity"
/>
@@ -177,33 +177,31 @@ export default function LandingPage() {
<div id="visit" data-section="visit">
<ContactFaq
ctaTitle="Ready to Experience Cup2Cafe?"
ctaDescription="Join our community of regulars. Drop by for coffee, stay for the connection, and become part of the Cup2Cafe family."
ctaTitle="Visit Our Neighborhood Hub"
ctaDescription="123 Community Street, Your Neighborhood, City 12345\n\nOpen MondayFriday: 6:30 AM 8 PM\nSaturday: 7 AM 9 PM\nSunday: 8 AM 7 PM\n\nPhone: (555) 123-4567\nEmail: hello@cup2cafe.local\n\nFollow Us On Social Media\nFacebook | Instagram | Twitter | LinkedIn"
ctaIcon={MapPin}
ctaButton={{ text: "Get Directions", href: "https://maps.google.com" }}
useInvertedBackground={true}
animationType="slide-up"
faqs={[
{
id: "1", title: "What's your location?", content: "123 Community Street, Your Neighborhood, City 12345. We're located in the heart of the neighborhood, easily accessible by foot, bike, or transit."
id: "1", title: "What's your location?", content: "123 Community Street, Your Neighborhood, City 12345. We're located in the heart of the neighborhood, easily accessible by foot, bike, or transit. Just look for the warm green storefront with the welcoming vibes."
},
{
id: "2", title: "Is parking available?", content: "Yes, we have street parking available and a small lot behind the café with 8 spaces. We're also transit-friendly with stops just two blocks away."
id: "2", title: "Is parking available?", content: "Yes, we have street parking available and a small lot behind the café with 8 spaces. We're also transit-friendly with stops just two blocks away. No hassle—just come as you are."
},
{
id: "3", title: "Do you offer delivery?", content: "Not currently, but we're working on it. For now, we'd love to see you in person—that's where the real magic happens!"
id: "3", title: "Do you offer delivery?", content: "Not currently, but we're working on it. For now, we'd love to see you in person—that's where the real magic happens! Visit us and experience the full Cup2Cafe community."
},
{
id: "4", title: "What about dietary restrictions?", content: "We offer dairy-free milk alternatives, gluten-friendly bagel options, and vegan pastries. Our staff is knowledgeable about all allergens—just ask!"
id: "4", title: "What about dietary restrictions?", content: "We offer dairy-free milk alternatives, gluten-friendly bagel options, and vegan pastries. Our staff is knowledgeable about all allergens—just ask! Your comfort and safety are our priority."
}
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-bucket-with-forks-napkins-trendy-cafe-table_181624-8190.jpg"
imageAlt="Cup2Cafe warm interior ambiance"
<FooterBaseCard
logoText="Cup2Cafe"
copyrightText="© 2025 Cup2Cafe. A beloved neighborhood gathering place. All rights reserved."
columns={[
@@ -224,11 +222,19 @@ export default function LandingPage() {
]
},
{
title: "Contact", items: [
title: "Connect", items: [
{ label: "Visit Us", href: "#visit" },
{ label: "Call: (555) 123-4567", href: "tel:+15551234567" },
{ label: "Phone: (555) 123-4567", href: "tel:+15551234567" },
{ label: "Email: hello@cup2cafe.local", href: "mailto:hello@cup2cafe.local" },
{ label: "Follow Us", href: "#" }
{ label: "Instagram", href: "https://instagram.com" }
]
},
{
title: "Follow Us", items: [
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "LinkedIn", href: "https://linkedin.com" }
]
}
]}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #10b981;
--primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #2b180a;
--accent: #94877c;
--background-accent: #afa094;
--accent: #059669;
--background-accent: #047857;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);