Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-09 19:54:46 +00:00

View File

@@ -9,7 +9,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Heart, Cookie, Users, Star, Award, ThumbsUp } from 'lucide-react';
import { Heart, Cookie, Users, Star, Award, ThumbsUp, Phone } from 'lucide-react';
export default function LandingPage() {
return (
@@ -37,6 +37,7 @@ export default function LandingPage() {
]}
bottomLeftText="Small Batch Goodness"
bottomRightText="hello@beanscookie.com"
bottomRightIcon={Phone}
/>
</div>
@@ -166,7 +167,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to taste the difference quality makes? Place your order today and experience handcrafted cookies made with love."
text="Ready to taste the difference quality makes? Place your order today and experience handcrafted cookies made with love. Call us at 832-930-7278 or get in touch."
animationType="entrance-slide"
buttons={[
{ text: "Order Now", href: "#contact" },
@@ -191,8 +192,8 @@ export default function LandingPage() {
{
items: [
{ label: "Contact Us", href: "mailto:hello@beanscookie.com" },
{ label: "Order", href: "https://order.beanscookie.com" },
{ label: "Wholesale", href: "mailto:wholesale@beanscookie.com" }
{ label: "Call Us", href: "tel:8329307278" },
{ label: "Order", href: "https://order.beanscookie.com" }
]
},
{
@@ -214,4 +215,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}