Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
@@ -95,7 +95,7 @@ export default function BrewHavenPage() {
|
|||||||
},
|
},
|
||||||
{ type: "text", content: "meets exceptional quality" }
|
{ type: "text", content: "meets exceptional quality" }
|
||||||
]}
|
]}
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Learn Our Story", href: "#feature" }
|
{ text: "Learn Our Story", href: "#feature" }
|
||||||
]}
|
]}
|
||||||
@@ -130,8 +130,6 @@ export default function BrewHavenPage() {
|
|||||||
]}
|
]}
|
||||||
className="w-full"
|
className="w-full"
|
||||||
containerClassName="py-12 md:py-20"
|
containerClassName="py-12 md:py-20"
|
||||||
titleClassName="text-3xl md:text-4xl font-bold"
|
|
||||||
descriptionClassName="text-base md:text-lg"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -152,7 +150,7 @@ export default function BrewHavenPage() {
|
|||||||
number: "03", title: "Fresh Grinding & Brewing", description: "Beans are ground moments before brewing to preserve aroma and flavor. Each cup is crafted by our trained baristas with meticulous attention to detail.", tag: "Craft"
|
number: "03", title: "Fresh Grinding & Brewing", description: "Beans are ground moments before brewing to preserve aroma and flavor. Each cup is crafted by our trained baristas with meticulous attention to detail.", tag: "Craft"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
className="w-full"
|
className="w-full"
|
||||||
containerClassName="py-12 md:py-20"
|
containerClassName="py-12 md:py-20"
|
||||||
titleClassName="text-3xl md:text-4xl font-bold"
|
titleClassName="text-3xl md:text-4xl font-bold"
|
||||||
@@ -187,7 +185,7 @@ export default function BrewHavenPage() {
|
|||||||
cardTitle="Loved by thousands of coffee enthusiasts around the world"
|
cardTitle="Loved by thousands of coffee enthusiasts around the world"
|
||||||
cardTag="Customer Love"
|
cardTag="Customer Love"
|
||||||
cardTagIcon={Heart}
|
cardTagIcon={Heart}
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sarah Mitchell", imageSrc: "https://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_1262-20882.jpg", imageAlt: "Sarah Mitchell"
|
id: "1", name: "Sarah Mitchell", imageSrc: "https://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_1262-20882.jpg", imageAlt: "Sarah Mitchell"
|
||||||
@@ -253,7 +251,7 @@ export default function BrewHavenPage() {
|
|||||||
text: "Send Message", href: "mailto:hello@brewhaven.com"
|
text: "Send Message", href: "mailto:hello@brewhaven.com"
|
||||||
}}
|
}}
|
||||||
ctaIcon={MessageCircle}
|
ctaIcon={MessageCircle}
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
accordionAnimationType="smooth"
|
accordionAnimationType="smooth"
|
||||||
faqs={[
|
faqs={[
|
||||||
|
|||||||
Reference in New Issue
Block a user