Merge version_2 into main #4
@@ -11,7 +11,7 @@ export default function AboutPage() {
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline navItems={[{ name: "Home", id: "/" }, { name: "Menu", id: "/menu" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }]} brandName="Brunit The Brewery" />
|
||||
<NavbarLayoutFloatingInline navItems={[{ name: "Home", id: "/" }, { name: "Menu", id: "/menu" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }]} brandName="Brunit The Brewery" button={{ text: "Book Now", href: "/contact" }} />
|
||||
</div>
|
||||
<div className="pt-32 pb-20">
|
||||
<MediaAbout title="About Brunit" description="We are dedicated to bringing the finest craft beer experience to Vijayawada." imageSrc="https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b" useInvertedBackground={false} />
|
||||
|
||||
@@ -12,7 +12,7 @@ export default function ContactPage() {
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline navItems={[{ name: "Home", id: "/" }, { name: "Menu", id: "/menu" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }]} brandName="Brunit The Brewery" />
|
||||
<NavbarLayoutFloatingInline navItems={[{ name: "Home", id: "/" }, { name: "Menu", id: "/menu" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }]} brandName="Brunit The Brewery" button={{ text: "Book Now", href: "/contact" }} />
|
||||
</div>
|
||||
<div className="pt-32 pb-20">
|
||||
<ContactFaq faqs={[{ id: "f1", title: "Reservations?", content: "Call us at +91 9999999999" }]} ctaTitle="Contact Us" ctaDescription="Reach out for event inquiries or booking." ctaButton={{ text: "Email Us" }} ctaIcon={Mail} animationType="slide-up" useInvertedBackground={false} />
|
||||
|
||||
@@ -11,7 +11,7 @@ export default function MenuPage() {
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline navItems={[{ name: "Home", id: "/" }, { name: "Menu", id: "/menu" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }]} brandName="Brunit The Brewery" />
|
||||
<NavbarLayoutFloatingInline navItems={[{ name: "Home", id: "/" }, { name: "Menu", id: "/menu" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }]} brandName="Brunit The Brewery" button={{ text: "Book Now", href: "/contact" }} />
|
||||
</div>
|
||||
<div className="pt-32 pb-20">
|
||||
<ProductCardTwo animationType="slide-up" textboxLayout="split" gridVariant="three-columns-all-equal-width" title="Our Menu" description="Handcrafted brews and culinary delights." products={[{id: "m1", brand: "Beer", name: "IPA", price: "₹400", rating: 5, reviewCount: "100", imageSrc: "https://images.unsplash.com/photo-1575444758702-4a6b9222b36f"}]} useInvertedBackground={false} />
|
||||
|
||||
Reference in New Issue
Block a user