Merge version_2 into main #6
@@ -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 } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -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 Monday–Friday: 6:30 AM – 8 PM\nSaturday: 7 AM – 9 PM\nSunday: 8 AM – 7 PM\n\nPhone: (555) 123-4567\nEmail: hello@cup2cafe.local"
|
||||
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={[
|
||||
@@ -236,4 +234,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f6f0e9;
|
||||
--card: #efe7dd;
|
||||
--foreground: #2b180a;
|
||||
--primary-cta: #2b180a;
|
||||
--background: #000000;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #10b981;
|
||||
--primary-cta-text: #f6f0e9;
|
||||
--secondary-cta: #efe7dd;
|
||||
--secondary-cta: #0a1a0c;
|
||||
--secondary-cta-text: #2b180a;
|
||||
--accent: #94877c;
|
||||
--background-accent: #afa094;
|
||||
--accent: #1a3d1f;
|
||||
--background-accent: #355e3b;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user