Update src/app/our-story/page.tsx

This commit is contained in:
2026-03-02 20:33:37 +00:00
parent d3fe6481da
commit a3fcfd499d

View File

@@ -18,9 +18,7 @@ export default function OurStoryPage() {
];
const navButton = {
text: "Order Now",
href: "/products",
};
text: "Order Now", href: "/products"};
return (
<ThemeProvider
@@ -29,7 +27,7 @@ export default function OurStoryPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="medium"
background="blurBottom"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
@@ -57,31 +55,16 @@ export default function OurStoryPage() {
description="Rooted in tradition, driven by passion for authentic Mexican craftsmanship"
features={[
{
id: "1",
title: "Four Generations Strong",
description: "Since 1890, our family has dedicated itself to perfecting the art of tequila and salsa production. Each generation adds its own innovation while respecting time-honored techniques.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-grandparents-working-together-country-side_23-2149518775.jpg",
imageAlt: "Family heritage and tradition",
},
id: "1", title: "Four Generations Strong", description: "Since 1890, our family has dedicated itself to perfecting the art of tequila and salsa production. Each generation adds its own innovation while respecting time-honored techniques.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-grandparents-working-together-country-side_23-2149518775.jpg", imageAlt: "Family heritage and tradition"},
{
id: "2",
title: "Sustainable Practices",
description: "We believe in protecting the land that provides our ingredients. Our sustainable farming methods ensure future generations can continue our legacy responsibly.",
imageSrc: "http://img.b2bpic.net/free-photo/tropical-plants-trees-against-blue-sky_181624-27627.jpg?_wi=3",
imageAlt: "Sustainable agave farming",
},
id: "2", title: "Sustainable Practices", description: "We believe in protecting the land that provides our ingredients. Our sustainable farming methods ensure future generations can continue our legacy responsibly.", imageSrc: "http://img.b2bpic.net/free-photo/tropical-plants-trees-against-blue-sky_181624-27627.jpg", imageAlt: "Sustainable agave farming"},
{
id: "3",
title: "Community First",
description: "Our success is built on supporting local artisans, fair trade practices, and giving back to the Jalisco communities that make our work possible.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-colorful-items-arrangement_23-2149673017.jpg?_wi=3",
imageAlt: "Community and craftsmanship",
},
id: "3", title: "Community First", description: "Our success is built on supporting local artisans, fair trade practices, and giving back to the Jalisco communities that make our work possible.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-colorful-items-arrangement_23-2149673017.jpg", imageAlt: "Community and craftsmanship"},
]}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
gridVariant="uniform-4-items"
gridVariant="three-columns-all-equal-width"
/>
</div>
@@ -91,32 +74,11 @@ export default function OurStoryPage() {
description="Learn how Fuego & Sabor has become part of people's traditions and celebrations"
testimonials={[
{
id: "1",
title: "A taste of home",
quote: "Growing up in Mexico and now living abroad, this tequila brings me back to my childhood. It's more than a product—it's a connection to my roots and family memories.",
name: "Maria Rodriguez",
role: "Chef & Food Critic",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg?_wi=2",
imageAlt: "Maria Rodriguez",
},
id: "1", title: "A taste of home", quote: "Growing up in Mexico and now living abroad, this tequila brings me back to my childhood. It's more than a product—it's a connection to my roots and family memories.", name: "Maria Rodriguez", role: "Chef & Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", imageAlt: "Maria Rodriguez"},
{
id: "2",
title: "Supporting artisan traditions",
quote: "What impressed me most is their commitment to the community. Knowing that my purchase supports local artisans and sustainable practices makes every sip more meaningful.",
name: "Diego Hernandez",
role: "Restaurant Owner",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-15883.jpg?_wi=2",
imageAlt: "Diego Hernandez",
},
id: "2", title: "Supporting artisan traditions", quote: "What impressed me most is their commitment to the community. Knowing that my purchase supports local artisans and sustainable practices makes every sip more meaningful.", name: "Diego Hernandez", role: "Restaurant Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-15883.jpg", imageAlt: "Diego Hernandez"},
{
id: "3",
title: "Legacy worth celebrating",
quote: "Meeting the family and learning their story transformed how I experience their products. This isn't just tequila and salsa—it's living history and dedication to craft.",
name: "Sofia Campos",
role: "Sommelier",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3",
imageAlt: "Sofia Campos",
},
id: "3", title: "Legacy worth celebrating", quote: "Meeting the family and learning their story transformed how I experience their products. This isn't just tequila and salsa—it's living history and dedication to craft.", name: "Sofia Campos", role: "Sommelier", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sofia Campos"},
]}
textboxLayout="default"
useInvertedBackground={false}